forked from mystiq/hydrogen-web
Remove unused getter
This commit is contained in:
parent
2c4610c132
commit
3c28ee1adf
1 changed files with 0 additions and 7 deletions
|
@ -124,13 +124,6 @@ export class EventEntry extends BaseEventEntry {
|
|||
return getRelatedEventId(this.event);
|
||||
}
|
||||
|
||||
get threadEventId() {
|
||||
if (this.isThread) {
|
||||
return this.relation?.event_id;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
get isRedacted() {
|
||||
return super.isRedacted || isRedacted(this._eventEntry.event);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue