mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-17 22:30:13 -04:00
Merge remote-tracking branch 'upstream/release-v1.30.0'
This commit is contained in:
commit
8b753230af
102 changed files with 2693 additions and 933 deletions
|
@ -674,7 +674,10 @@ class RoomEventContextServlet(RestServlet):
|
|||
results["events_after"], time_now
|
||||
)
|
||||
results["state"] = await self._event_serializer.serialize_events(
|
||||
results["state"], time_now
|
||||
results["state"],
|
||||
time_now,
|
||||
# No need to bundle aggregations for state events
|
||||
bundle_aggregations=False,
|
||||
)
|
||||
|
||||
return 200, results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue