summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <eric.eastwood@beta.gouv.fr>2024-07-02 12:46:27 -0500
committerGitHub <noreply@github.com>2024-07-02 12:46:27 -0500
commit7be03d854bfc3979f6d901c6873931ec2b5b8f53 (patch)
treeb3c9e23fd318e8f9e2afa072228eab41d1cb03a5 /changelog.d
parentReturn some room data in Sliding Sync `/sync` (#17320) (diff)
downloadsynapse-7be03d854bfc3979f6d901c6873931ec2b5b8f53.tar.xz
Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337)
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/17337.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17337.feature b/changelog.d/17337.feature
new file mode 100644
index 0000000000..bc8f437dbe
--- /dev/null
+++ b/changelog.d/17337.feature
@@ -0,0 +1 @@
+Add `room_types`/`not_room_types` filtering to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint.