summary refs log tree commit diff
path: root/synapse/events
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-04-25 08:25:56 -0400
committerGitHub <noreply@github.com>2022-04-25 08:25:56 -0400
commit185da8f0f2db8e4d502a904942cbd8a6840e27c8 (patch)
treef7b77ca1c3c9d63ae3c5552ebd4947f4adf75d8d /synapse/events
parentAdd HAProxy delegation example to docs (#12501) (diff)
downloadsynapse-185da8f0f2db8e4d502a904942cbd8a6840e27c8.tar.xz
Misc. clean-ups to the relations code (#12519)
* Corrects some typos / copy & paste errors in tests.
* Clarifies docstrings.
* Removes an unnecessary method.
Diffstat (limited to 'synapse/events')
-rw-r--r--synapse/events/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/events/utils.py b/synapse/events/utils.py

index 2174b4a094..f8d3ba5456 100644 --- a/synapse/events/utils.py +++ b/synapse/events/utils.py
@@ -479,9 +479,9 @@ class EventClientSerializer: 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`. """