diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-06-29 12:00:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 12:00:04 -0400 |
commit | f55836929d3c64f3f8d883d8f3643a88b6c9cbca (patch) | |
tree | d819f59c143015da275191b3500e7da3eb3031b6 /changelog.d | |
parent | Fix `populate_stream_ordering2` background job (#10267) (diff) | |
download | synapse-f55836929d3c64f3f8d883d8f3643a88b6c9cbca.tar.xz |
Do not recurse into non-spaces in the spaces summary. (#10256)
Previously m.child.room events in non-space rooms would be treated as part of the room graph, but this is no longer supported.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10256.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10256.misc b/changelog.d/10256.misc new file mode 100644 index 0000000000..adef12fcb9 --- /dev/null +++ b/changelog.d/10256.misc @@ -0,0 +1 @@ +Improve the performance of the spaces summary endpoint by only recursing into spaces (and not rooms in general). |