summary refs log tree commit diff
path: root/synapse/api/auth.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-01 14:38:14 +0100
committerErik Johnston <erik@matrix.org>2015-05-01 14:41:25 +0100
commit22c7c5eb8fd0cb686ceecda3881474123b74e1eb (patch)
treecc83e734be84cdd004f51ec70a7977ed760faaee /synapse/api/auth.py
parentRemove some run_on_reactors (diff)
downloadsynapse-22c7c5eb8fd0cb686ceecda3881474123b74e1eb.tar.xz
Typo
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r--synapse/api/auth.py2
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: