explain why this is needed

This commit is contained in:
Bruno Windels 2021-05-31 15:46:57 +02:00
parent 8196a02f9d
commit dc2e21495b

View file

@ -38,6 +38,7 @@ export class RedactedTile extends BaseMessageTile {
return this._entry.isRedacting; return this._entry.isRedacting;
} }
/** override parent property to disable redacting, even if still pending */
get canRedact() { get canRedact() {
return false; return false;
} }