Skip to content

Commit ff787d4

Browse files
committed
Add documentation for new sliding-sync setup and upgrade info
1 parent f884383 commit ff787d4

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

MIGRATIONS.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This is a best effort document descibing neccecary changes you might have to do when updating
44

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+
510
## 0.5.0
611

712
* The module has been renamed from `synapse` to `default`

README.MD

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,3 @@ With matrix.YOURDOMAIN pointing at the server:
3838
```
3939

4040
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`

0 commit comments

Comments
 (0)