diff --git a/src/webpage/message.ts b/src/webpage/message.ts index 6154fc6..a336835 100644 --- a/src/webpage/message.ts +++ b/src/webpage/message.ts @@ -986,11 +986,12 @@ class Message extends SnowFlake { thing.count++; if (member.id === this.localuser.user.id) { thing.me = true; - this.updateReactions(); - return; } + this.updateReactions(); + return; } } + console.log(data, this.reactions); this.reactions.push({ count: 1, emoji: data,