mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
yet another typo
This commit is contained in:
parent
6020c112d5
commit
2d92d5ab2d
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class RoomMemberWorkerStore(EventsWorkerStore):
|
||||||
txn.execute(sql, (room_id,))
|
txn.execute(sql, (room_id,))
|
||||||
for r in txn:
|
for r in txn:
|
||||||
summary = res.setdefault(to_ascii(r[1]), {})
|
summary = res.setdefault(to_ascii(r[1]), {})
|
||||||
summary.set('count', r[0])
|
summary.put('count', r[0])
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue