This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
web_client: False doesn't turn off the in built angular web client. #2113
Comments
I'm also facing this issue |
Check out #1883 |
I had the same problem. These are the changes I made to my homeserver.yaml:
|
Duplicate of #1417 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
web_client: False
in homeserver.yaml config file doesn't turn off the built-in angular web client.Removing webclient from
resources.names: [client, webclient]
turns it off.Need to confirm that this was the intended purpose of
web_client: False
.If yes, I'll try to fix this.
The text was updated successfully, but these errors were encountered: