diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-09-01 13:01:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 17:01:08 +0000 |
commit | c586d6803a2adebcdd486be2d9eac1f62fd7d4ab (patch) | |
tree | f53c45fc1078710ed044e8848772efafb3a3e42b /changelog.d | |
parent | Consider the `origin_server_ts` of the `m.space.child` event when ordering ro... (diff) | |
download | synapse-c586d6803a2adebcdd486be2d9eac1f62fd7d4ab.tar.xz |
Ignore rooms with unknown room versions in the spaces summary. (#10727)
This avoids breaking the entire endpoint if a room with an unsupported room version is encountered.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10727.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10727.misc b/changelog.d/10727.misc new file mode 100644 index 0000000000..63fe6e5c7d --- /dev/null +++ b/changelog.d/10727.misc @@ -0,0 +1 @@ +Do not include rooms with unknown room versions in the spaces summary results. |