-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Only one homeserver option shouldn't show a dropdown #1038
Comments
Can i ask how you edited your config.json in order to achieve this? When I put my server it always fall back to matrix.org |
You probably missing a comma somewhere @centralscrutinizer21 .json is very strict about that. |
@kfiven can you post an example of a config.json set to show a single server? |
{
"defaultHomeserver": 0,
"homeserverList": [
"xyz.server"
],
"allowCustomHomeservers": true
} |
Could someone explain how to apply the config.json if one is using a docker compose setup? I tried to mount the file directly to the root directory of the docker directory with hte following entry:
However it does not work. Could somebody explain me how to deal with this issue? Edit: I was able to fix the issue. Instead of mounting it directly with |
Describe the bug
When you choose only one homeserver as an option in cinny's config file, as well as making it so users can't type in the homeserver box, there shouldn't be a dropdown at all.
Reproduction
Expected behavior
I expect there to not be a dropdown on the right for homeservers when there's only one option
Platform and versions
Additional context
No response
The text was updated successfully, but these errors were encountered: