not used
This commit is contained in:
parent
668c0aff36
commit
7557e2f437
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ export class BaseMessageTile extends SimpleTile {
|
|||
|
||||
redactReaction(key, log = null) {
|
||||
return this.logger.wrapOrRun(log, "redactReaction", log => {
|
||||
const keyVM = this.reactions?.getReaction(key);
|
||||
if (!this._entry.haveAnnotation(key)) {
|
||||
log.set("not_yet_reacted", true);
|
||||
return;
|
||||
|
|
Reference in a new issue