-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
goneb room is in the room directory even though it doesn't have an alias? #12698
goneb room is in the room directory even though it doesn't have an alias? #12698
Comments
This looks like fallout from the recent alias changes in #12337 |
#neb:matrix.org might want to consider setting a canonical alias. |
Once we decide if and how to handle this on the synapse side, there might be some more work left on the riot side, so leaving it open for now, but as the fix is easy (adding a canonical alias) I'll deprioritize this. |
Turns out we can also improve the situation on the riot side by passing the currently selected server in the room directory to the join command. PR is out for that. |
* Extract SearchScope and SearchInfo into Searching Signed-off-by: Michael Telatynski <[email protected]> * delint Signed-off-by: Michael Telatynski <[email protected]> * delint Signed-off-by: Michael Telatynski <[email protected]> * Fix test Signed-off-by: Michael Telatynski <[email protected]> * Comments Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]>
The goneb room is in the matrix.org room directory but is unjoinable because there is no alias listed so clicking on it gives a "No known servers" error since it is trying to join by room ID.
The text was updated successfully, but these errors were encountered: