forked from MirrorHub/synapse
spell out emailpusher full path
This commit is contained in:
parent
39d0a99972
commit
1cf5c379cb
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue