mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-01 13:54:17 -04:00
Refactor the code to inject bundled relations during serialization. (#11408)
This commit is contained in:
parent
1035663833
commit
6a5dd485bd
8 changed files with 92 additions and 73 deletions
|
@ -124,7 +124,7 @@ class EventStreamHandler:
|
|||
as_client_event=as_client_event,
|
||||
# We don't bundle "live" events, as otherwise clients
|
||||
# will end up double counting annotations.
|
||||
bundle_aggregations=False,
|
||||
bundle_relations=False,
|
||||
)
|
||||
|
||||
chunk = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue