Skip to content
Snippets Groups Projects
Commit 1cf5c379 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

spell out emailpusher full path

parent 39d0a999
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ def create_pusher(hs, pusherdict):
logger.info("email enable notifs: %r", hs.config.email_enable_notifs)
if hs.config.email_enable_notifs:
from emailpusher import EmailPusher
from synapse.push.emailpusher import EmailPusher
PUSHER_TYPES["email"] = EmailPusher
logger.info("defined email pusher type")
......
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