瀏覽代碼

Use disable_guests=true for Riot

pull/20/head
Slavi Pantaleev 7 年之前
父節點
當前提交
3ecb16bbef
共有 3 個文件被更改,包括 10 次插入1 次删除
  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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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",


Loading…
取消
儲存