From 365d21ff9cf495a798b28d191f54d08c42e35fc5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 22 Jun 2022 23:00:09 +0200 Subject: [PATCH] fix this https://i.imgur.com/F0OiGKH.png --- files/helpers/alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,