feat(matrix): enable sliding-sync #83

Merged
teutat3s merged 4 commits from feat/matrix-synapse-sliding-sync into main 2023-12-16 15:34:29 +00:00

4 commits

Author SHA1 Message Date
a310b414f7
fix: update well-known for sliding-sync 2023-12-16 14:57:36 +01:00
768d4c78bc
fix: use nginx locations recommended by upstream
https://github.com/matrix-org/sliding-sync#same-hostname
2023-12-16 14:48:08 +01:00
a56f8d2a00
fix: add missing SYNCV3_SECRET env var 2023-12-16 14:33:20 +01:00
14fa3fdec2
feat(matrix): enable sliding-sync
Sliding Sync is an implementation of MSC3575 and a prerequisite for
running the new (still beta) Element X clients (Element X iOS and
Element X Android).

https://github.com/matrix-org/sliding-sync
https://github.com/matrix-org/matrix-spec-proposals/blob/kegan/sync-v3/proposals/3575-sync.md
2023-12-16 13:53:34 +01:00