mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-06 19:34:57 -04:00
Typo
This commit is contained in:
parent
42c12c04f6
commit
22c7c5eb8f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Auth(object):
|
||||||
|
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"Auth events: %s",
|
"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:
|
if event.type == EventTypes.Member:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue