diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-05-11 12:57:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 12:57:39 -0400 |
commit | 27c375f812725bead5fa41a55aacf316f6e2376c (patch) | |
tree | 3b2b143a8df54a4c3b9f5b91ef5da13f61b3a430 /changelog.d | |
parent | Support fetching the spaces summary via GET over federation. (#9947) (diff) | |
download | synapse-27c375f812725bead5fa41a55aacf316f6e2376c.tar.xz |
Sort child events according to MSC1772 for the spaces summary API. (#9954)
This should help ensure that equivalent results are achieved between homeservers querying for the summary of a space. This implements modified MSC1772 rules, according to MSC2946. The different is that the origin_server_ts of the m.room.create event is not used as a tie-breaker since this might not be known if the homeserver is not part of the room.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9954.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9954.feature b/changelog.d/9954.feature new file mode 100644 index 0000000000..ce8874f810 --- /dev/null +++ b/changelog.d/9954.feature @@ -0,0 +1 @@ +Update support for [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946): Spaces Summary. |