summary refs log tree commit diff
path: root/synapse/config/_base.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-22Correctly handle null data in HttpPusherErik Johnston1-0/+5
2019-02-22Add prometheus metrics for number of badge update pushes. (#4709)Richard van der Hoff2-8/+26
We're counting the number of push notifications, but not the number of badges; I'd like to see if they are significant.