0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-22 02:59:02 +02:00
This commit is contained in:
Erik Johnston 2016-11-23 15:59:59 +00:00
parent 2ac516850b
commit 1985860c6e

View file

@ -96,7 +96,9 @@ class EventPushActionsStore(SQLBaseStore):
topological_ordering, stream_ordering
)
# First get number of notifications
# First get number of notifications.
# We don't need to put a notif=1 clause as all rows always have
# notif=1
sql = (
"SELECT count(*)"
" FROM event_push_actions ea"