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 or message_replied, based on what I can tell from here under "Message subtypes."
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."