From 22c7c5eb8fd0cb686ceecda3881474123b74e1eb Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 1 May 2015 14:38:14 +0100 Subject: [PATCH] Typo --- synapse/api/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/api/auth.py b/synapse/api/auth.py index d0938375e..d5bf0be85 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: