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