mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:24:48 -04:00
Implementation of server_acls
... as described at https://docs.google.com/document/d/1EttUVzjc2DWe2ciw4XPtNpUpIl9lWXGEsy2ewDS7rtw.
This commit is contained in:
parent
546bc9e28b
commit
3cf3e08a97
5 changed files with 213 additions and 4 deletions
|
@ -76,6 +76,8 @@ class EventTypes(object):
|
|||
Topic = "m.room.topic"
|
||||
Name = "m.room.name"
|
||||
|
||||
ServerACL = "m.room.server_acl"
|
||||
|
||||
|
||||
class RejectedReason(object):
|
||||
AUTH_ERROR = "auth_error"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue