yet another typo
This commit is contained in:
parent
2d92d5ab2d
commit
6d836eb529
|
@ -113,7 +113,7 @@ class RoomMemberWorkerStore(EventsWorkerStore):
|
|||
txn.execute(sql, (room_id,))
|
||||
for r in txn:
|
||||
summary = res.setdefault(to_ascii(r[1]), {})
|
||||
summary.put('count', r[0])
|
||||
summary['count'] = r[0]
|
||||
|
||||
return res
|
||||
|
||||
|
|
Loading…
Reference in New Issue