mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 12:44:52 -04:00
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)
|
logger.info("email enable notifs: %r", hs.config.email_enable_notifs)
|
||||||
if 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
|
PUSHER_TYPES["email"] = EmailPusher
|
||||||
logger.info("defined email pusher type")
|
logger.info("defined email pusher type")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue