mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-23 11:51:15 -04:00
Use the right format for rows
This commit is contained in:
parent
c9a1b80a74
commit
a46574281d
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
|
||||||
(last_event_id, batch_size)
|
(last_event_id, batch_size)
|
||||||
)
|
)
|
||||||
|
|
||||||
rows = txn.fetchall()
|
rows = self.cursor_to_dict(txn)
|
||||||
if not rows:
|
if not rows:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue