mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:14:49 -04:00
support server notice state events for resource limits
This commit is contained in:
parent
63417c31e9
commit
9b75c78b4d
4 changed files with 22 additions and 8 deletions
|
@ -79,6 +79,8 @@ class EventTypes(object):
|
|||
|
||||
ServerACL = "m.room.server_acl"
|
||||
|
||||
ServerNoticeLimitReached = "m.server_notice.usage_limit_reached"
|
||||
|
||||
|
||||
class RejectedReason(object):
|
||||
AUTH_ERROR = "auth_error"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue