diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-09-07 16:35:19 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-09-07 16:35:19 +0100 |
commit | c5976d394af02763c88f6c2f795f97a8498e7511 (patch) | |
tree | 3af6ee890201ddf08e5dd587ace651d9cf4cd59b | |
parent | fix typos (diff) | |
download | synapse-c5976d394af02763c88f6c2f795f97a8498e7511.tar.xz |
thinko
-rw-r--r-- | synapse/storage/roommember.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/roommember.py b/synapse/storage/roommember.py index b5d292a160..223beb7f32 100644 --- a/synapse/storage/roommember.py +++ b/synapse/storage/roommember.py @@ -113,7 +113,7 @@ class RoomMemberWorkerStore(EventsWorkerStore): for r in txn: summary['count'] = r[0] - return res + return summary return self.runInteraction("get_room_summary", f) |