diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-04-25 08:25:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 08:25:56 -0400 |
commit | 185da8f0f2db8e4d502a904942cbd8a6840e27c8 (patch) | |
tree | f7b77ca1c3c9d63ae3c5552ebd4947f4adf75d8d /synapse/events | |
parent | Add HAProxy delegation example to docs (#12501) (diff) | |
download | synapse-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.py | 2 |
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`. """ |