This commit is contained in:
Aevann1 2022-02-02 01:19:41 +02:00
parent 4addd36282
commit 0003a36932
78 changed files with 32 additions and 29 deletions

View file

@ -780,7 +780,7 @@ def edit_comment(cid, v):
is_bot=True,
body_html=body_jannied_html,
top_comment_id=c.top_comment_id,
ghost=c.post.ghost
ghost=c.ghost
)
g.db.add(c_jannied)
@ -803,7 +803,7 @@ def edit_comment(cid, v):
is_bot=True,
body_html=no_pass_phrase,
top_comment_id=c.top_comment_id,
ghost=c.post.ghost
ghost=c.ghost
)
g.db.add(c_jannied)