forked-synapse/synapse/rest/client
Andrew Morgan f281714583
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.
2019-07-10 14:43:11 +01:00
..
v1 Remove access-token support from RegistrationHandler.register (#5641) 2019-07-08 19:01:08 +01:00
v2_alpha Don't bundle aggregations when retrieving the original event (#5654) 2019-07-10 14:43:11 +01:00
__init__.py copyrights 2016-01-07 04:26:29 +00:00
transactions.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
versions.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00