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

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