mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
don't show reactions for redacted messages
This commit is contained in:
parent
787308375c
commit
5984e8dd6d
@ -115,7 +115,9 @@ export class BaseMessageTile extends SimpleTile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get reactions() {
|
get reactions() {
|
||||||
return this._reactions;
|
if (this.shape !== "redacted") {
|
||||||
|
return this._reactions;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
get canReact() {
|
get canReact() {
|
||||||
|
Loading…
Reference in New Issue
Block a user