forked from mystiq/hydrogen-web
explain why this is needed
This commit is contained in:
parent
8196a02f9d
commit
dc2e21495b
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ export class RedactedTile extends BaseMessageTile {
|
||||||
get isRedacting() {
|
get isRedacting() {
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue