diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-05-23 12:06:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 12:06:16 -0500 |
commit | c97251d5ba53b905036b3181afaa9c792777d1ff (patch) | |
tree | b129b1a1517b1857f3ab4ad2463fb3b80d4a5708 /changelog.d/17167.feature | |
parent | Log exceptions when failing to auto-join new user according to the `auto_join... (diff) | |
download | synapse-c97251d5ba53b905036b3181afaa9c792777d1ff.tar.xz |
Add Sliding Sync `/sync/e2ee` endpoint for To-Device messages (#17167)
This is being introduced as part of Sliding Sync but doesn't have any sliding window component. It's just a way to get E2EE events without having to sit through a big initial sync (`/sync` v2). And we can avoid encryption events being backed up by the main sync response or vice-versa. Part of some Sliding Sync simplification/experimentation. See [this discussion](https://github.com/element-hq/synapse/pull/17167#discussion_r1610495866) for why it may not be as useful as we thought. Based on: - https://github.com/matrix-org/matrix-spec-proposals/pull/3575 - https://github.com/matrix-org/matrix-spec-proposals/pull/3885 - https://github.com/matrix-org/matrix-spec-proposals/pull/3884
Diffstat (limited to 'changelog.d/17167.feature')
-rw-r--r-- | changelog.d/17167.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17167.feature b/changelog.d/17167.feature new file mode 100644 index 0000000000..5ad31db974 --- /dev/null +++ b/changelog.d/17167.feature @@ -0,0 +1 @@ +Add experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync/e2ee` endpoint for To-Device messages and device encryption info. |