You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reaction spamming is a big problem when it comes to this starboard.
Since the tasks on reactions are executed in parallel, there can
be an issue in the form of multiple posts.
The temporary fix is to check if the message exists in the DB and if not,
add it to the starboard channel.
References #21Resolves#20
Signed-off-by: kingbri <[email protected]>
A tokio mspc should allow the futures from reaction events to complete sequentially.
This permanently fixes the temporary workaround for starboard.
The text was updated successfully, but these errors were encountered: