Aevann1 2022-06-22 23:00:09 +02:00
parent cbc2a07818
commit 365d21ff9c
1 changed files with 1 additions and 1 deletions

View File

@ -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,