Change event_push_actions_rm_tokens schema

This commit is contained in:
Erik Johnston 2016-02-03 10:50:49 +00:00
parent 2e36689df3
commit 771528ab13
5 changed files with 67 additions and 21 deletions

View file

@ -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)