-
Notifications
You must be signed in to change notification settings - Fork 5
Starboard Threshold Sync Issue #58
Copy link
Copy link
Open
Labels
Description
We currently have an issue where consecutively setting the starboard threshold does not update the threshold immediately or until the bot is restarted.
To replicate:
- Send a message and get it onto the starboard
- Set the starboard threshold to a new different value
- When getting a new message to the old starboard threshold it will be sent to the channel, the new starboard threshold won't apply until restarting the bot
To make debugging easier: Temporarily remove the reaction removed event and keep unadded and readding your reactions to make the bot think they are new reactions
I have tried a multitude of things but cannot seem to get to the bottom of this. It is likely a caching issue, or less likely but possibly a concurrency issue.
Reactions are currently unavailable