-
-
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
Dropdown menu for room list inoperable. #9166
Comments
Hmm, are you able to check the same steps on https://riot.im/develop? For me, the issue doesn't seem to occur there, but I'd like you to try to verify (in case I misunderstood the steps). |
I can't seem to replicate the behavior on https://riot.im/develop. However, I also can't replicate the behavior on https://riot.im/app. It only seems to be a problem on my desktops. Additionally, I am getting the package builds from this Copr repo: https://copr.fedorainfracloud.org/coprs/taw/Riot. I'm not sure if that is relevant or not however. |
There's a section in
This dictates which homeservers appear in the dropdown in the room directory. My guess is the Copr repo builds are building with a slightly mangled config.json which isn't including any homeservers in that list. So there are two things here:
|
You are correct. It seems the config.json is missing from the desktop package. |
In process of fixing this. UPDATE: Confirmed below that I should just leave it as a static part of the file tree in order to remain a default (you override elsewhere). |
The config file built with Riot is meant to serve as the default values, so it's meant to be replaced on update in case those defaults change. Recent versions actually do now support a local user config override as well. (I thought this had documentation as well, but I can't seem to find it now...) |
Okay, documentation is now merged. |
RPM builds should be fixed in T-minus 15 minutes or so. Already pushed and tested in the test repo. So... Go eat a sandwich, then come back and And then, if you already have Riot open, make sure you ...
Have a lovely weekend. |
It sounds Copr have fixed their build to include the config file. I have spun out the second part about Riot improving behaviour when unconfigured to #9208, so I think we can close this. |
Description
When attempting to join a new room, only rooms on Matrix are displayed. The drop down menu to select rooms from other servers/bridges does not work in this version of Riot. When clicking the drop down menu, the menu fails to respond (almost like the real menu was replaced with a picture of the drop down menu).
Steps to reproduce
The click event displays the following in the browser console:
Log: not sent
Version information
For the desktop app:
The text was updated successfully, but these errors were encountered: