parent
28da8d4621
commit
6af8e60692
|
@ -658,7 +658,6 @@ def submit_post(v, sub=None):
|
|||
autojanny.comment_count += 1
|
||||
g.db.add(autojanny)
|
||||
|
||||
if SITE != 'watchpeopledie.tv':
|
||||
v.post_count = g.db.query(Post).filter_by(author_id=v.id, deleted_utc=0).count()
|
||||
g.db.add(v)
|
||||
|
||||
|
|
Loading…
Reference in New Issue