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
When a properly authorized user posts a message and an unauthorized user replies in a thread, the latter message gets deleted inappropriately. I believe this should be fixed in src/server.js, line 14. Subtype should not match message_deletedormessage_replied, based on what I can tell from here under "Message subtypes."
The text was updated successfully, but these errors were encountered:
When a properly authorized user posts a message and an unauthorized user replies in a thread, the latter message gets deleted inappropriately. I believe this should be fixed in src/server.js, line 14. Subtype should not match
message_deleted
ormessage_replied
, based on what I can tell from here under "Message subtypes."The text was updated successfully, but these errors were encountered: