diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 0b17f122db..24162d6395 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -117,7 +117,7 @@ def NOTIFY_USERS(text, v): return notify_users - bots def notify_mod_action(by_id, msg): - body_html = sanitize(NOTIF_MODACTION_PREFIX + msg) + body_html = sanitize(NOTIF_MODACTION_PREFIX + msg, alert=True) new_comment = Comment( author_id=NOTIFICATIONS_ID, parent_submission=None,