2 次程式碼提交

作者 SHA1 備註 提交日期
  Gattes d7c378ba90 Adding Upgrade docs 1 月之前
  Gattes 7d5254e92e Adding Upgrade docs 1 月之前
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      docs/upgrading/README.md

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

@@ -17,9 +17,10 @@ To migrate from v1.105 to v1.126 you need to follow these steps:
17 17
 ```
18 18
 
19 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 22
 ```yaml
23
+enable_authenticated_media: False
23 24
 public_baseurl: "https://DOMAIN"
24 25
 ```
25 26
 
@@ -32,4 +33,4 @@ public_baseurl: "https://DOMAIN"
32 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…
取消
儲存