explain why this is needed
This commit is contained in:
parent
8196a02f9d
commit
dc2e21495b
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue