document some breaking changes
This commit is contained in:
parent
50ae1b6e57
commit
161d1ed360
|
@ -0,0 +1,10 @@
|
||||||
|
# Migrations
|
||||||
|
|
||||||
|
This is a best effort document descibing neccecary changes you might have to do when updating
|
||||||
|
|
||||||
|
## 0.5.0 UNRELEASED
|
||||||
|
|
||||||
|
The module has been renamed from `synapse` to `default`
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -50,5 +50,5 @@ matrix-synapse.sliding-sync.environmentFile = "/some/file/containing/SYNCV3_SECR
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If using well-known delagation make sure `YOURDOMAIN/.well-known/matrix/client` matches
|
If using [well-known delagation](https://matrix-org.github.io/synapse/v1.37/delegate.html) make sure `YOURDOMAIN/.well-known/matrix/client` matches
|
||||||
what's in `matrix.YOURDOMAIN/.well-known/matrix/client`
|
what's in `matrix.YOURDOMAIN/.well-known/matrix/client`
|
||||||
|
|
Loading…
Reference in New Issue