-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Description
Description
We have two starboards in our Discord server:
- One for the 💀 (skull) reaction
- One for the 🤓 (nerd) reaction
Both starboards have an 8-reaction threshold. However, if a message reaches the threshold for one starboard and then receives just one reaction from the other starboard's reaction type, it incorrectly appears on both starboards, even though the second reaction type hasn't met its threshold.
Steps to Reproduce
- A message receives 8 reactions of one type (e.g., 💀).
- The message appears on the corresponding starboard as expected.
- A single reaction of the other starboard’s reaction type (e.g., 🤓) is added.
- The message incorrectly appears on both starboards, even though 🤓 hasn’t reached its 8-reaction threshold.
Expected Behavior
A message should only appear on a starboard if it meets that starboard’s specific reaction threshold (8 reactions). Adding just one reaction of the other type should not trigger a second starboard post.
Actual Behavior
The message is posted to both starboards once the threshold is met on one of them, and a single reaction of the other type is added.
Screenshot
(See attached image for an example of the bug in action.)
Metadata
Metadata
Assignees
Labels
No labels