mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 20:53:52 +01: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…
Reference in a new issue