diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-10 10:56:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 14:56:54 +0000 |
commit | 691593bf719edb4c8b0d7a6bee95fcb41d0c56ae (patch) | |
tree | cbc827fa918127157416d5aeca8704885b23b700 /changelog.d | |
parent | Update contributing.md to warn against rebasing an open PR. (#10563) (diff) | |
download | synapse-691593bf719edb4c8b0d7a6bee95fcb41d0c56ae.tar.xz |
Fix an edge-case with invited rooms over federation in the spaces summary. (#10560)
If a room which the requesting user was invited to was queried over federation it will now properly appear in the spaces summary (instead of being stripped out by the requesting server).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10560.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10560.feature b/changelog.d/10560.feature new file mode 100644 index 0000000000..ffc4e4289c --- /dev/null +++ b/changelog.d/10560.feature @@ -0,0 +1 @@ +Add pagination to the spaces summary based on updates to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). |