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
 ```
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…
Откажи
Сачувај