mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
PEP8
This commit is contained in:
parent
c46088405a
commit
5d439b127b
8 changed files with 22 additions and 20 deletions
|
@ -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", []),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue