This commit is contained in:
Bruno Windels 2021-06-24 15:24:53 +02:00
parent 5984e8dd6d
commit bb6417dab9

View File

@ -118,6 +118,7 @@ export class BaseMessageTile extends SimpleTile {
if (this.shape !== "redacted") { if (this.shape !== "redacted") {
return this._reactions; return this._reactions;
} }
return null;
} }
get canReact() { get canReact() {