diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-05-05 13:33:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 13:33:05 -0400 |
commit | d783880083733a694ed4c7b15ca53be00e06f8a7 (patch) | |
tree | 610695190dea3de833fd557a3155711a125d9b05 /changelog.d | |
parent | Increase perf of handling presence when joining large rooms. (#9916) (diff) | |
download | synapse-d783880083733a694ed4c7b15ca53be00e06f8a7.tar.xz |
Include the time of the create event in Spaces Summary. (#9928)
This is an update based on changes to MSC2946. The origin_server_ts of the m.room.create event is copied into the creation_ts field for each room returned from the spaces summary.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9928.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9928.bugfix b/changelog.d/9928.bugfix new file mode 100644 index 0000000000..7b74cd9fb6 --- /dev/null +++ b/changelog.d/9928.bugfix @@ -0,0 +1 @@ +Include the `origin_server_ts` property in the experimental [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946) support to allow clients to properly sort rooms. |