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

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Nov 22, 2021
1 parent 70d5b9d commit 658e47f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synapse/events/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2014-2016 OpenMarket Ltd
# Copyright 2021 The Matrix.org Foundation C.I.C.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -400,7 +401,8 @@ async def serialize_event(
Args:
event: The event being serialized.
time_now: The current time in milliseconds
bundle_relations: Whether to bundle in related events
bundle_relations: Whether to include the bundled relations for this
event.
**kwargs: Arguments to pass to `serialize_event`
Returns:
Expand Down

0 comments on commit 658e47f

Please sign in to comment.