spacebarchat / spacebarchat/server
Leaving a guild does not unsubscribe user from guild events
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 323
- Avg merge
- 14h 48m
- Merged PRs (30d)
- 4
Description
Kicks and bans work as expected, however if a user leaves a guild themselves, they will continue to receive ( all? ) gateway events sent to that guild, such as MESSAGE_CREATE. This only lasts for as long as their gateway connection, as in if the user leaves a guild and then reconnects to gateway, the bug is no longer active.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the guild-leave handling and the gateway event subscription or session state involved when a user leaves. Reproduce the issue with an active gateway connection, then verify that guild events such as MESSAGE_CREATE stop immediately after leaving while reconnect behavior remains correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100