-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Description
After a permission change (channel or role), Thread Members Update
wont be fired when removing a bot that had access to the thread previous to the permission change.
discord-api-docs/docs/topics/Threads.md
Line 182 in 36085ff
Additionally, when a user or app loses access to a channel, they are not removed from the thread and will continue to be reported as a member of that thread. However, they will **not** receive any new Gateway events unless they are removed from the thread, in which case they will receive a [Thread Members Update](#DOCS_TOPICS_GATEWAY_EVENTS/thread-members-update) event. |
Steps to Reproduce
- Create a thread
- Add the bot to the thread
- Edit role or channel permissions to prohibit seeing the channel (
VIEW_CHANNEL
for example) - Remove bot from the thread
Expected Behavior
Event should be fired when the member is removed from the thread even tho they don't have access to it
Current Behavior
Event is not fired
Screenshots/Videos
No response
Client and System Information
Gateway and REST V10