-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
rooms that have been replaced still show up in room list #1472
Comments
This is intentional as previously there was not any easy way to leave them. Now you can leave them and join from the start of new room. |
hmmm. ok, i guess that makes sense, it's just contrary to how element handles it but i'll run with it for a bit. |
ah, i just left my test room, and then clicked the button to "Join old room" to see it, and i cannot because it was invite-only. so there's no way to regain access to any data in that room this way. |
i guess i expect the behavior to align more closely to the "recommended" behavior of the spec:
|
Describe the bug
now that cinny has a better user flow for rooms that have been upgraded, it is also rendering the old room separately from the new room. this means that unless you leave the old room (thus making its contents inaccessible) you will have redundant room lists.
Reproduction
this can be especially confusing if the room is part of a space, as the old room will be removed from the space. so both rooms will exist, the old room listed in the "Home" navigation category and the new room found under the space appropriately.
Expected behavior
the old room should not be in the room list, but should be accessible only through the new room's settings to browse for historical purposes. it should for all other intents be considered "replaced" in the user interface by the new room.
Platform and versions
Additional context
No response
The text was updated successfully, but these errors were encountered: