summary refs log tree commit diff
path: root/synapse/push
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-29 11:43:57 +0100
committerDavid Baker <dave@matrix.org>2016-04-29 11:43:57 +0100
commitb2c04da8dc98ca09620dc207c95f68b2e8a52e62 (patch)
tree1241197b8ba53780f724aa496da9459480a80e6c /synapse/push
parentpep8 newline (diff)
downloadsynapse-b2c04da8dc98ca09620dc207c95f68b2e8a52e62.tar.xz
Add an email pusher for new users
If they registered with an email address and email notifs are enabled on the HS
Diffstat (limited to 'synapse/push')
-rw-r--r--synapse/push/pusherpool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/push/pusherpool.py b/synapse/push/pusherpool.py
index 6ef48d63f7..7fef2fb6f7 100644
--- a/synapse/push/pusherpool.py
+++ b/synapse/push/pusherpool.py
@@ -50,6 +50,7 @@ class PusherPool:
         # recreated, added and started: this means we have only one
         # code path adding pushers.
         pusher.create_pusher(self.hs, {
+            "id": None,
             "user_name": user_id,
             "kind": kind,
             "app_id": app_id,