diff options
author | Eric Eastwood <eric.eastwood@beta.gouv.fr> | 2024-07-11 14:05:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 14:05:38 -0500 |
commit | 5a97bbd8958548f16461cfa3fde201f3e032d6b8 (patch) | |
tree | bb110ad456840ff44c1e9ae28062300fe461b59d /changelog.d/17419.feature | |
parent | Fix filtering room types on remote rooms (#17434) (diff) | |
download | synapse-5a97bbd8958548f16461cfa3fde201f3e032d6b8.tar.xz |
Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419)
Additional room summary fields: `joined_count`, `invited_count` Based on [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575): Sliding Sync
Diffstat (limited to 'changelog.d/17419.feature')
-rw-r--r-- | changelog.d/17419.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17419.feature b/changelog.d/17419.feature new file mode 100644 index 0000000000..186a27c470 --- /dev/null +++ b/changelog.d/17419.feature @@ -0,0 +1 @@ +Populate `heroes` and room summary fields (`joined_count`, `invited_count`) in experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. |