0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-08 10:55:31 +02:00

Also remember to check 'invite' level for changes

This commit is contained in:
Paul "LeoNerd" Evans 2015-04-21 21:13:14 +01:00
parent 48b6ee2b67
commit 2808c040ef

View file

@ -592,6 +592,7 @@ class Auth(object):
("ban", []),
("redact", []),
("kick", []),
("invite", []),
]
old_list = current_state.content.get("users")