Skip to content
Snippets Groups Projects
Commit 7d282439 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

add a comment

parent e35d44c0
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,8 @@ class HttpPusher(object):
@defer.inlineCallbacks
def _update_badge(self):
# XXX as per https://github.com/matrix-org/matrix-doc/issues/2627, this seems
# to be largely redundant. perhaps we can remove it.
badge = yield push_tools.get_badge_count(self.hs.get_datastore(), self.user_id)
yield self._send_badge(badge)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment