This commit is contained in:
Aevann1 2022-02-17 08:44:29 +02:00
parent 7c22b371ad
commit b0556a6615

View file

@ -511,7 +511,8 @@ def api_comment(v):
is_bot=True, is_bot=True,
body_html=body_html2, body_html=body_html2,
top_comment_id=c.top_comment_id, top_comment_id=c.top_comment_id,
ghost=parent_post.ghost ghost=parent_post.ghost,
distinguish_level=6
) )
g.db.add(c2) g.db.add(c2)
@ -535,7 +536,8 @@ def api_comment(v):
is_bot=True, is_bot=True,
body_html=body_html2, body_html=body_html2,
top_comment_id=c.top_comment_id, top_comment_id=c.top_comment_id,
ghost=parent_post.ghost ghost=parent_post.ghost,
distinguish_level=6
) )
g.db.add(c3) g.db.add(c3)
@ -552,7 +554,8 @@ def api_comment(v):
is_bot=True, is_bot=True,
body_html=body_html2, body_html=body_html2,
top_comment_id=c.top_comment_id, top_comment_id=c.top_comment_id,
ghost=parent_post.ghost ghost=parent_post.ghost,
distinguish_level=6
) )
g.db.add(c4) g.db.add(c4)