File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This is a best effort document descibing neccecary changes you might have to do when updating
4
4
5
+ ## 0.6.1
6
+
7
+ enableSlidingSync, and setting matrix-synapse.sliding-sync.environmentFile (or any other sliding-sync setting)
8
+ is no longer needed for a sliding-sync setup. Upgrading will force relogins for all users.
9
+
5
10
## 0.5.0
6
11
7
12
* The module has been renamed from ` synapse ` to ` default `
Original file line number Diff line number Diff line change @@ -38,19 +38,3 @@ With matrix.YOURDOMAIN pointing at the server:
38
38
```
39
39
40
40
is ~ enough to get a functional matrix-server running with some workers
41
-
42
- ## Sliding Sync (Element X)
43
-
44
- Just add the following to your config and point ` slidingsync.YOURDOMAIN ` at the server
45
-
46
- ```
47
- services.matrix-synapse-next = {
48
- enableSlidingSync = true;
49
- };
50
-
51
- services.matrix-synapse.sliding-sync.environmentFile = "/some/file/containing/SYNCV3_SECRET=<some secret>";
52
-
53
- ```
54
-
55
- If using [ well-known delagation] ( https://matrix-org.github.io/synapse/v1.37/delegate.html ) make sure ` YOURDOMAIN/.well-known/matrix/client ` matches
56
- what's in ` matrix.YOURDOMAIN/.well-known/matrix/client `
You can’t perform that action at this time.
0 commit comments