This commit is contained in:
Erik Johnston 2014-11-10 13:46:44 +00:00
parent c46088405a
commit 5d439b127b
8 changed files with 22 additions and 20 deletions

View file

@ -369,7 +369,6 @@ class Auth(object):
]
event.auth_events = zip(auth_events, hashes)
@log_function
def _can_send_event(self, event):
key = (RoomPowerLevelsEvent.TYPE, "", )
@ -452,7 +451,7 @@ class Auth(object):
event.user_id,
)
# Check other levels:
# Check other levels:
levels_to_check = [
("users_default", []),
("events_default", []),