2 Commits

Autor SHA1 Mensagem Data
  Gattes d7c378ba90 Adding Upgrade docs 7 meses atrás
  Gattes 7d5254e92e Adding Upgrade docs 7 meses atrás
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      docs/upgrading/README.md

+ 3
- 2
docs/upgrading/README.md Ver arquivo

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 :)

Carregando…
Cancelar
Salvar