This commit is contained in:
Aevann1 2021-11-21 16:11:10 +02:00
parent 45b579a3b0
commit 22586da782
2 changed files with 12 additions and 6 deletions

View file

@ -19,7 +19,7 @@ def send_notification(uid, text, autojanny=False):
new_comment = Comment(author_id=author_id,
parent_submission=None,
distinguish_level=6,
distinguish_level=6,body=text,
body_html=text_html,
notifiedto=uid
)