0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-07 00:49:09 +02:00

Use the right format for rows

This commit is contained in:
Brendan Abolivier 2019-10-31 14:46:16 +00:00
parent c9a1b80a74
commit a46574281d
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD

View file

@ -524,7 +524,7 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
(last_event_id, batch_size)
)
rows = txn.fetchall()
rows = self.cursor_to_dict(txn)
if not rows:
return True