diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-06-17 12:06:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 12:06:18 -0500 |
commit | a5485437cf8006b80345f2e0af6e233881e9de21 (patch) | |
tree | 823b380e636827f851746513b05a4e4f8e25cc47 /changelog.d | |
parent | Add `stream_ordering` sort to Sliding Sync `/sync` (#17293) (diff) | |
download | synapse-a5485437cf8006b80345f2e0af6e233881e9de21.tar.xz |
Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281)
Based on [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575): Sliding Sync
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17281.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17281.feature b/changelog.d/17281.feature new file mode 100644 index 0000000000..fce512692c --- /dev/null +++ b/changelog.d/17281.feature @@ -0,0 +1 @@ +Add `is_encrypted` filtering to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. |