mirror of
https://github.com/element-hq/synapse.git
synced 2026-07-19 09:27:57 +00:00
Typo
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ class Auth(object):
|
||||
|
||||
logger.debug(
|
||||
"Auth events: %s",
|
||||
[a.event_id for a in auth_events]
|
||||
[a.event_id for a in auth_events.values()]
|
||||
)
|
||||
|
||||
if event.type == EventTypes.Member:
|
||||
|
||||
Reference in New Issue
Block a user