-
-
Notifications
You must be signed in to change notification settings - Fork 829
Warn when you attempt to leave room that you are the only member of #5415
Conversation
Signed-off-by: Aaron Raimist <aaron@raim.ist>
@aaronraimist what's the rationale for this warning? If my goal is to leave a room I just want to leave with little friction. Are there any github issues indicating it's been a high impacting issue? As we haven't had much feedback through other channels on this. |
@nadonomy I agree that less friction is better but the problem is if you are the last member to leave then the room becomes unusable, you can never rejoin it. This is a bit of a wart of Matrix that people coming from other platforms do not expect. This issue of people fat fingering the leave button and then getting stuck outside of a room and losing their alias is a fairly common problem in the support rooms. Eventually Synapse should delete rooms when the last member leaves but that hasn't happened yet. Even once that is implemented I think it would be a good idea to keep this warning and just change the wording to indicate the room will be deleted. This problem is related to issues like: element-hq/element-web#2855 but doesn't exactly fix any of them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, code wise I believe this looks good. 😄 I'll nudge Design as well to take another look.
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Reviewing on behalf of design team, I'm sorry for the delay @aaronraimist Just a couple of small things detailed below. I think this is a really smart iteration that just gives users a bit more information to help them decide what to do.
Thank you for this improvement. |
Signed-off-by: Aaron Raimist <aaron@raim.ist>
… pr/only-member-warning
Already has code & design review, I just sorted the line-length lint |
No description provided.