mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
notifications: Rename notifications.py to email_notifications.py.
This library is entirely about email notifications specifically, and this rename should help make the codebase more readable.
This commit is contained in:
@@ -138,7 +138,7 @@ from zerver.lib.utils import log_statsd_event, statsd
|
||||
from zerver.lib.i18n import get_language_name
|
||||
from zerver.lib.alert_words import add_user_alert_words, \
|
||||
remove_user_alert_words, set_user_alert_words
|
||||
from zerver.lib.notifications import enqueue_welcome_emails
|
||||
from zerver.lib.email_notifications import enqueue_welcome_emails
|
||||
from zerver.lib.exceptions import JsonableError, ErrorCode, BugdownRenderingException
|
||||
from zerver.lib.sessions import delete_user_sessions
|
||||
from zerver.lib.upload import attachment_url_re, attachment_url_to_path_id, \
|
||||
|
||||
Reference in New Issue
Block a user