mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
not used
This commit is contained in:
parent
668c0aff36
commit
7557e2f437
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user