mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-29 10:08:01 -05:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| account.py | ||
| account_data.py | ||
| account_validity.py | ||
| auth.py | ||
| capabilities.py | ||
| devices.py | ||
| filter.py | ||
| groups.py | ||
| keys.py | ||
| notifications.py | ||
| openid.py | ||
| read_marker.py | ||
| receipts.py | ||
| register.py | ||
| relations.py | ||
| report_event.py | ||
| room_keys.py | ||
| room_upgrade_rest_servlet.py | ||
| sendtodevice.py | ||
| sync.py | ||
| tags.py | ||
| thirdparty.py | ||
| tokenrefresh.py | ||
| user_directory.py | ||