Selaa lähdekoodia

Use disable_guests=true for Riot

pull/20/head
Slavi Pantaleev 7 vuotta sitten
vanhempi
commit
3ecb16bbef
3 muutettua tiedostoa jossa 10 lisäystä ja 1 poistoa
  1. +8
    -0
      CHANGELOG.md
  2. +1
    -0
      docs/configuring-playbook-matrix-corporal.md
  3. +1
    -1
      roles/matrix-server/templates/riot-web/config.json.j2

+ 8
- 0
CHANGELOG.md Näytä tiedosto

@@ -1,3 +1,11 @@
# 2018-10-24

## Disabling riot-web guests

From now on, Riot's configuration setting `disable_guests` would be set to `true`.
The homeserver was rejecting guests anyway, so this is just a cosmetic change affecting Riot's UI.


# 2018-10-21

## Self-check maintenance command


+ 1
- 0
docs/configuring-playbook-matrix-corporal.md Näytä tiedosto

@@ -39,6 +39,7 @@ No matter what Matrix user id you configure to run it with, make sure that:

- the Matrix Corporal user is joined and has Admin/Moderator-level access to any rooms you want it to manage


## Matrix Corporal files

The following local filesystem paths are mounted in the `matrix-corporal` container and can be used in your configuration (or policy):


+ 1
- 1
roles/matrix-server/templates/riot-web/config.json.j2 Näytä tiedosto

@@ -2,7 +2,7 @@
"default_hs_url": "{{ matrix_homeserver_url }}",
"default_is_url": "{{ matrix_identity_server_url }}",
"disable_custom_urls": true,
"disable_guests": false,
"disable_guests": true,
"brand": "Riot",
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",


Ladataan…
Peruuta
Tallenna