mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Return property from super
Co-authored-by: Bruno Windels <brunow@matrix.org>
This commit is contained in:
parent
30b8e5b5ea
commit
4fb0a84d0a
@ -39,6 +39,6 @@ export class NonPersistedEventEntry extends EventEntry {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get isRedacted() {
|
get isRedacted() {
|
||||||
return !!this._pendingRedactions;
|
return super.isRedacting;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user