mirror of
https://github.com/element-hq/synapse.git
synced 2026-01-12 06:53:04 +00:00
Apply suggestion from @MadLittleMods
Co-authored-by: Eric Eastwood <madlittlemods@gmail.com>
This commit is contained in:
parent
55afe9a0be
commit
67e7b50979
1 changed files with 4 additions and 2 deletions
|
|
@ -425,8 +425,10 @@ def get_split_device_message_edus(
|
|||
|
||||
Returns:
|
||||
A list of dictionary containing the EDUs of to-device messages
|
||||
Raises an EventSizeError if a single to-device message is too large
|
||||
to fit into an EDU.
|
||||
|
||||
Raises:
|
||||
EventSizeError: If a single to-device message is too large to fit into an
|
||||
EDU.
|
||||
"""
|
||||
split_edus: list[JsonDict] = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue