mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
spell out emailpusher full path
This commit is contained in:
parent
39d0a99972
commit
1cf5c379cb
@ -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…
Reference in New Issue
Block a user