synapse/changelog.d/12237.misc
Patrick Cloke 8fe930c215
Move get_bundled_aggregations to relations handler. (#12237)
The get_bundled_aggregations code is fairly high-level and uses
a lot of store methods, we move it into the handler as that seems
like a better fit.
2022-03-18 17:49:32 +00:00

2 lines
62 B
Plaintext

Refactor the relations endpoints to add a `RelationsHandler`.