mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Actually return something sensible
This commit is contained in:
parent
709e09e1c3
commit
4d36e73230
@ -72,7 +72,7 @@ class EventPushActionsStore(SQLBaseStore):
|
||||
)
|
||||
results = txn.fetchall()
|
||||
if len(results) == 0:
|
||||
return {}
|
||||
return {"notify_count": 0, "highlight_count": 0}
|
||||
|
||||
stream_ordering = results[0][0]
|
||||
topological_ordering = results[0][1]
|
||||
|
Loading…
Reference in New Issue
Block a user