summary refs log tree commit diff
path: root/synapse/api/constants.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-07-06 19:21:09 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-07-06 19:21:09 +0100
commit36bbac05bdcfc8b23749620afd65860b943e9abc (patch)
tree72bf12d87d8a67950907132f4237fb9ab58a6324 /synapse/api/constants.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
parentMerge tag 'v0.32.1' (diff)
downloadsynapse-36bbac05bdcfc8b23749620afd65860b943e9abc.tar.xz
Merge branch 'develop' of git+ssh://github.com/matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r--synapse/api/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py

index 5baba43966..4df930c8d1 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py
@@ -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"