forked from mystiq/hydrogen-web
Return property from super
Co-authored-by: Bruno Windels <brunow@matrix.org>
This commit is contained in:
parent
30b8e5b5ea
commit
4fb0a84d0a
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ export class NonPersistedEventEntry extends EventEntry {
|
|||
}
|
||||
|
||||
get isRedacted() {
|
||||
return !!this._pendingRedactions;
|
||||
return super.isRedacting;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue