mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-28 06:16:17 +00:00
We return dicts now.
This commit is contained in:
@@ -72,7 +72,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||
)
|
||||
results = txn.fetchall()
|
||||
if len(results) == 0:
|
||||
return []
|
||||
return {}
|
||||
|
||||
stream_ordering = results[0][0]
|
||||
topological_ordering = results[0][1]
|
||||
|
||||
Reference in New Issue
Block a user