-
Notifications
You must be signed in to change notification settings - Fork 405
Open
Description
Description
synapse/synapse/media/media_repository.py
Lines 366 to 368 in d4af297
raise SynapseError( | |
400, "Media upload limit exceeded", Codes.RESOURCE_LIMIT_EXCEEDED | |
) |
The spec states
The error MUST have an admin_contact field to provide the user receiving the error a place to reach out to.
https://spec.matrix.org/v1.15/client-server-api/#other-error-codes
Steps to reproduce
- Breach an upload limit
Homeserver
Any
Synapse Version
Latest
Installation Method
Docker (matrixdotorg/synapse)
Database
Any
Workers
Single process
Platform
Any
Configuration
Default
Relevant log output
None
Anything else that would be useful to know?
No response