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
I have checked the repository for duplicate issues.
What happened?
In reactionRemoveHandler if messageAuditRelationship does not exist then it tries to create a thread and send a log message there. However the thread is not checked for being null or undefined and thus causes crashes if it is.
Why was this functionality added? What purpose does logging the removal of reactions have?
Checked Existing
What happened?
In
reactionRemoveHandler
ifmessageAuditRelationship
does not exist then it tries to create a thread and send a log message there. However the thread is not checked for beingnull
orundefined
and thus causes crashes if it is.Why was this functionality added? What purpose does logging the removal of reactions have?
What was the previous functionality?
There was no reaction remove logs
When did this occur?
The reaction logs system was added in #29
Other relevant information. (OPTIONAL)
The stacktrace when the crash happens is:
The text was updated successfully, but these errors were encountered: