diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-06-24 19:07:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 19:07:56 -0500 |
commit | 6e8af8319373e1ab470f1d8eee0420f3be84184f (patch) | |
tree | 49f58868fb911592b76dc55251c9fb267d999589 /changelog.d | |
parent | Correct error in user_directory docs (#17348) (diff) | |
download | synapse-6e8af8319373e1ab470f1d8eee0420f3be84184f.tar.xz |
Add `is_invite` filtering to Sliding Sync `/sync` (#17335)
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/17335.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17335.feature b/changelog.d/17335.feature new file mode 100644 index 0000000000..c6beed42ed --- /dev/null +++ b/changelog.d/17335.feature @@ -0,0 +1 @@ +Add `is_invite` filtering to experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. |