forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-17 08:44:29 +02:00
parent c55e774c77
commit 09529a1341
1 changed files with 6 additions and 3 deletions

View File

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