summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-09-07 16:35:19 +0100
committerMatthew Hodgson <matthew@matrix.org>2018-09-07 16:35:19 +0100
commitc5976d394af02763c88f6c2f795f97a8498e7511 (patch)
tree3af6ee890201ddf08e5dd587ace651d9cf4cd59b
parentfix typos (diff)
downloadsynapse-c5976d394af02763c88f6c2f795f97a8498e7511.tar.xz
thinko
-rw-r--r--synapse/storage/roommember.py2
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)