Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Clean-up relations code #12519

Merged
merged 7 commits into from
Apr 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reorder docstring for clarity.
  • Loading branch information
clokep committed Apr 21, 2022
commit d6ca4ceb2b22ecad74c84771bd003deba37f4740
2 changes: 1 addition & 1 deletion synapse/events/utils.py
Original file line number Diff line number Diff line change
@@ -479,9 +479,9 @@ def _inject_bundled_aggregations(
Args:
event: The event being serialized.
time_now: The current time in milliseconds
config: Event serialization config
aggregations: The bundled aggregation to serialize.
serialized_event: The serialized event which may be modified.
config: Event serialization config
apply_edits: Whether the content of the event should be modified to reflect
any replacement in `aggregations.replace`.
"""