mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-07-28 16:04:06 -04:00
Improve validation of field size limits in events. (#14664)
This commit is contained in:
parent
e2a1adbf5d
commit
62ed877433
8 changed files with 123 additions and 34 deletions
|
@ -152,6 +152,7 @@ class EduTypes:
|
|||
|
||||
class RejectedReason:
|
||||
AUTH_ERROR: Final = "auth_error"
|
||||
OVERSIZED_EVENT: Final = "oversized_event"
|
||||
|
||||
|
||||
class RoomCreationPreset:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue