-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Is your suggestion related to a problem?
In matrix-org/synapse#9883 it was found that it could be unclear why one room would appear in the list of searchable rooms when typing in an alias, when that alias led to a completely different room. Turns out it was due to the separate room containing the alias in its topic, and the room the alias led to not actually being published to the public rooms list (Synapse will also search for rooms via their canonical alias).
Describe the solution you'd like.
Published or not, considering this window is currently the intended way to join via a room alias or ID in the UI, it might make sense to show a (slightly visually separated) entry at the top of the public rooms list with details of the room you've typed in the alias/ID for.
Describe alternatives you've considered.
The current situation is that unless the room has been published to the public rooms directory, nothing will show in the list of rooms until you hit the small "Join" button.
It may be also just be simpler to split out the room search and room join actions from the same input field.
Additional context
Showing metadata about rooms that aren't yet known to your homeserver will probably require peeking over federation to be implemented first.