fix wrong longpostbot comment count

pull/157/head
Aevann 2023-06-23 20:44:02 +03:00
parent f88d65b003
commit e3e7c4a8b6
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ def execute_longpostbot(c:Comment, level:int, body, body_html, post_target:post_
g.db.add(n)
if posting_to_post:
post_target.comment_count += 3
post_target.comment_count += 1
g.db.add(post_target)
push_notif({v.id}, f'New reply by @{c2.author_name}', c2.body, c2)