diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-01 14:38:14 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-01 14:41:25 +0100 |
commit | 22c7c5eb8fd0cb686ceecda3881474123b74e1eb (patch) | |
tree | cc83e734be84cdd004f51ec70a7977ed760faaee /synapse/api | |
parent | Remove some run_on_reactors (diff) | |
download | synapse-22c7c5eb8fd0cb686ceecda3881474123b74e1eb.tar.xz |
Typo
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: |