This commit is contained in:
Matthew Hodgson 2018-09-07 16:35:19 +01:00
parent c630121b01
commit c5976d394a
1 changed files with 1 additions and 1 deletions

View File

@ -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)