0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-21 18:48:51 +02:00
synapse/changelog.d/10256.misc
Patrick Cloke f55836929d
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.
2021-06-29 12:00:04 -04:00

2 lines
113 B
Plaintext

Improve the performance of the spaces summary endpoint by only recursing into spaces (and not rooms in general).