summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-07-20 17:14:44 +0100
committerErik Johnston <erik@matrix.org>2017-07-20 17:14:44 +0100
commit960dae3340221168e1e019f250cbc2dd430a1aee (patch)
tree67f14a588d4a991a223682cc5477ecf543fafb35 /synapse/handlers
parentFix replication. And notify (diff)
downloadsynapse-960dae3340221168e1e019f250cbc2dd430a1aee.tar.xz
Add notifier
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/groups_local.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/groups_local.py b/synapse/handlers/groups_local.py
index 4182ea5afa..0c329e633d 100644
--- a/synapse/handlers/groups_local.py
+++ b/synapse/handlers/groups_local.py
@@ -63,6 +63,7 @@ class GroupsLocalHandler(object):
         self.is_mine_id = hs.is_mine_id
         self.signing_key = hs.config.signing_key[0]
         self.server_name = hs.hostname
+        self.notifier = hs.get_notifier()
         self.attestations = hs.get_groups_attestation_signing()
 
         # Ensure attestations get renewed