diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-07-15 04:37:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 10:37:10 +0100 |
commit | ab62aa09da4a3c4444d80a9d3a899c685f1bb798 (patch) | |
tree | 22e3c7044d52d9ba2efdf00fb87d470c00c0d4b8 /changelog.d | |
parent | Add `is_dm` room field to Sliding Sync `/sync` (#17429) (diff) | |
download | synapse-ab62aa09da4a3c4444d80a9d3a899c685f1bb798.tar.xz |
Add room subscriptions to Sliding Sync `/sync` (#17432)
Add room subscriptions to Sliding Sync `/sync` Based on [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575): Sliding Sync Currently, you can only subscribe to rooms you have had *any* membership in before. In the future, we will allow `world_readable` rooms to be subscribed to without joining.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17432.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17432.feature b/changelog.d/17432.feature new file mode 100644 index 0000000000..c86f04c118 --- /dev/null +++ b/changelog.d/17432.feature @@ -0,0 +1 @@ +Add room subscriptions to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. |