2 次程式碼提交

作者 SHA1 備註 提交日期
  Gattes d7c378ba90 Adding Upgrade docs 4 月之前
  Gattes 7d5254e92e Adding Upgrade docs 4 月之前
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      docs/upgrading/README.md

+ 3
- 2
docs/upgrading/README.md 查看文件

17
 ```
17
 ```
18
 
18
 
19
 - Edit the same file and look for the word `org.matrix.msc3575.proxy`. Change it for `m.identity_server`
19
 - Edit the same file and look for the word `org.matrix.msc3575.proxy`. Change it for `m.identity_server`
20
-- Add the following value to the file `/opt/matrix/config/synapse/homeserver.yaml` (Change the `DOMAIN` value accordingly!!):
20
+- Add the following values to the file `/opt/matrix/config/synapse/homeserver.yaml` (Change the `DOMAIN` value accordingly!!):
21
 
21
 
22
 ```yaml
22
 ```yaml
23
+enable_authenticated_media: False
23
 public_baseurl: "https://DOMAIN"
24
 public_baseurl: "https://DOMAIN"
24
 ```
25
 ```
25
 
26
 
32
 % systemctl restart matrix.service
33
 % systemctl restart matrix.service
33
 ```
34
 ```
34
 
35
 
35
-- Give it a few minutes to come back up and you are ready to go :)
36
+- Give it a few minutes to come back up and you are ready to go :)

Loading…
取消
儲存