Support the "m.login.registration_token" login flow

This commit is contained in:
N-Pex 2023-05-22 15:46:50 +02:00
parent fce65d1a3b
commit 3217065ce0
4 changed files with 66 additions and 2 deletions

View file

@ -50,7 +50,7 @@ The app loads runtime configutation from the server at "./config.json" and merge
The following values can be set via the config file:
* **logo** - An url or base64-encoded image data url that represents the app logotype.
* **accentColor** - The accent color of the app UI.
* **accentColor** - The accent color of the app UI. Use a HTML-style color value string, like "#ff0080".
* **show_status_messages** - Whether to show only user joins/leaves and display name updates, or the full range of room status updates. Possible values are "never" (only the above), "moderators" (moderators will see all status updates) or "always" (everyone will see all status updates). Defaults to "always".