diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-03-18 13:49:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 17:49:32 +0000 |
commit | 8fe930c215f69913fbcd96d609ec6950644e4ec4 (patch) | |
tree | f7f61edeecb7ffc496ed4839015c46c9f10951c4 /changelog.d | |
parent | Only fetch thread participation for events with threads. (#12228) (diff) | |
download | synapse-8fe930c215f69913fbcd96d609ec6950644e4ec4.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12237.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12237.misc b/changelog.d/12237.misc new file mode 100644 index 0000000000..41c9dcbd37 --- /dev/null +++ b/changelog.d/12237.misc @@ -0,0 +1 @@ +Refactor the relations endpoints to add a `RelationsHandler`. |