diff --git a/packages/status-js/src/client/community/get-reactions.ts b/packages/status-js/src/client/community/get-reactions.ts index 89730d45..6f20155e 100644 --- a/packages/status-js/src/client/community/get-reactions.ts +++ b/packages/status-js/src/client/community/get-reactions.ts @@ -20,6 +20,7 @@ export function getReactions( if (retracted) { reactions[type].delete(publicKey) } else { + // Set handles that potentially multiple same reactions count as one reactions[type].add(publicKey) }