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) {
|
redactReaction(key, log = null) {
|
||||||
return this.logger.wrapOrRun(log, "redactReaction", log => {
|
return this.logger.wrapOrRun(log, "redactReaction", log => {
|
||||||
const keyVM = this.reactions?.getReaction(key);
|
|
||||||
if (!this._entry.haveAnnotation(key)) {
|
if (!this._entry.haveAnnotation(key)) {
|
||||||
log.set("not_yet_reacted", true);
|
log.set("not_yet_reacted", true);
|
||||||
return;
|
return;
|
||||||
|
|
Reference in a new issue