-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppress duplicate joins #531
Comments
I would argue this is not the responsibility of clients to suppress. If this were done server-side, all clients would benefit from having dupes suppressed. We don't want to suppress dupe joins over federation for reasons I forget. However, servers have no reason to expose this aberration to clients. |
It looks like we do currently suppress sequential duplicate joins, which I think might be new behaviour on synapse? We would still probably get duplicate joins if someone tried to join the same room multiple times at once. |
so yes, this happens when people get bored of a join completing and so hit join twice - i.e. "try to join the same room multiple times at one". @erikjohnston is there any hope of suppressing this? |
spotted this happening in matrix-org/synapse#700. @erikjohnston please yell if i shouldn't have closed it. |
Created by @ matthew:matrix.org.
The text was updated successfully, but these errors were encountered: