mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
Remove getter
This commit is contained in:
parent
d4ce75b177
commit
3a425b5af0
@ -89,10 +89,6 @@ export class EventEntry extends BaseEventEntry {
|
||||
return this._eventEntry.event.origin_server_ts;
|
||||
}
|
||||
|
||||
get isLoadedFromStorage() {
|
||||
return this._isLoadedFromStorage;
|
||||
}
|
||||
|
||||
get id() {
|
||||
return this._eventEntry.event.event_id;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user