diff options
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py index d0938375ec..d5bf0be85c 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -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: |