From 09529a1341fed409a17b24fba4aede9620cbc07b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 17 Feb 2022 08:44:29 +0200 Subject: [PATCH] cv --- files/routes/comments.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 75c338f7b..28598934e 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -511,7 +511,8 @@ def api_comment(v): is_bot=True, body_html=body_html2, top_comment_id=c.top_comment_id, - ghost=parent_post.ghost + ghost=parent_post.ghost, + distinguish_level=6 ) g.db.add(c2) @@ -535,7 +536,8 @@ def api_comment(v): is_bot=True, body_html=body_html2, top_comment_id=c.top_comment_id, - ghost=parent_post.ghost + ghost=parent_post.ghost, + distinguish_level=6 ) g.db.add(c3) @@ -552,7 +554,8 @@ def api_comment(v): is_bot=True, body_html=body_html2, top_comment_id=c.top_comment_id, - ghost=parent_post.ghost + ghost=parent_post.ghost, + distinguish_level=6 ) g.db.add(c4)