From 74a25e274eb94f1b9bc8a85162bdd40e7fe149d1 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Tue, 16 Sep 2025 15:08:36 -0500 Subject: [PATCH] no reaction dupes --- src/webpage/message.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,