summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2015-04-21 21:13:14 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2015-04-21 21:13:14 +0100
commit2808c040ef4070e6a91e2b210383393cc54f66b5 (patch)
treeac974d79bf45fde7d4688b3a20718135eb948c38 /synapse/api
parentCreate an 'invite' powerlevel when making new rooms (diff)
downloadsynapse-2808c040ef4070e6a91e2b210383393cc54f66b5.tar.xz
Also remember to check 'invite' level for changes
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/auth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index 84a46385bb..d8b7614791 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -592,6 +592,7 @@ class Auth(object):
             ("ban", []),
             ("redact", []),
             ("kick", []),
+            ("invite", []),
         ]
 
         old_list = current_state.content.get("users")