diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-07-10 14:43:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-10 14:43:11 +0100 |
commit | f28171458342c474e7a091fff022972afb366169 (patch) | |
tree | c21a1b18e30c7e116c60301f4152adad2446eb3a /synapse/handlers/identity.py | |
parent | Add a linting script (#5627) (diff) | |
download | synapse-f28171458342c474e7a091fff022972afb366169.tar.xz |
Don't bundle aggregations when retrieving the original event (#5654)
A fix for PR #5626, which returned the original event content as part of a call to /relations. Only problem was that we were attempting to aggregate the relations on top of it when we did so. We now set bundle_aggregations to False in the get_event call. We also do this when pulling the relation events as well, because edits of edits are not something we'd like to support here.
Diffstat (limited to 'synapse/handlers/identity.py')
0 files changed, 0 insertions, 0 deletions