mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-11 21:54:46 +00:00
split_device_messages doesn't raise an error
This commit is contained in:
@@ -447,9 +447,6 @@ def split_device_messages_into_edus(
|
||||
|
||||
Returns:
|
||||
Bin-packed list of EDU JSON content for the given to_device messages
|
||||
|
||||
Raises:
|
||||
EventSizeError: If a single to-device message is too large to fit into an EDU.
|
||||
"""
|
||||
split_edus_content: list[JsonDict] = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user