summary refs log tree commit diff
path: root/changelog.d/17200.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.108.0rc1Erik Johnston2024-05-211-1/+0
|
* Refactor Sync handler to be able to return different sync responses ↵Eric Eastwood2024-05-161-0/+1
(`SyncVersion`) (#17200) Refactor Sync handler to be able to be able to return different sync responses (`SyncVersion`). Preparation to be able support sync v2 and a new Sliding Sync `/sync/e2ee` endpoint which returns a subset of sync v2. Split upon request: https://github.com/element-hq/synapse/pull/17167#discussion_r1601497279 Split from https://github.com/element-hq/synapse/pull/17167 where we will add `SyncVersion.E2EE_SYNC` and a new type of sync response.