mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-01 17:16:08 -04:00
Change event_push_actions_rm_tokens schema
This commit is contained in:
parent
2e36689df3
commit
771528ab13
5 changed files with 67 additions and 21 deletions
|
@ -316,7 +316,7 @@ class Pusher(object):
|
|||
r.room_id, self.user_id, last_unread_event_id
|
||||
)
|
||||
)
|
||||
badge += len(notifs)
|
||||
badge += notifs["notify_count"]
|
||||
defer.returnValue(badge)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue