Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.108.0rc1 | Erik Johnston | 2024-05-21 | 1 | -1/+0 |
| | |||||
* | Refactor Sync handler to be able to return different sync responses ↵ | Eric Eastwood | 2024-05-16 | 1 | -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. |