diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-01 12:59:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 12:59:52 -0400 |
commit | 6258730ebe54f72b8869e8181d032b67ff9fd6e4 (patch) | |
tree | 8fe386884429225f678e4c2bfd7170a49e16c0d2 /changelog.d | |
parent | Additional type hints for client REST servlets (part 4) (#10728) (diff) | |
download | synapse-6258730ebe54f72b8869e8181d032b67ff9fd6e4.tar.xz |
Consider the `origin_server_ts` of the `m.space.child` event when ordering rooms. (#10730)
This updates the ordering of the returned events from the spaces summary API to that defined in MSC2946 (which updates MSC1772). Previously a step was skipped causing ordering to be inconsistent with clients.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10730.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10730.bugfix b/changelog.d/10730.bugfix new file mode 100644 index 0000000000..f1612d3c08 --- /dev/null +++ b/changelog.d/10730.bugfix @@ -0,0 +1 @@ +Fix a bug where the ordering algorithm was skipping the `origin_server_ts` step in the spaces summary resulting in unstable room orderings. |