mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:06:08 -04:00
Actually return something sensible
This commit is contained in:
parent
709e09e1c3
commit
4d36e73230
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue