rename truecoins -> truescore

This commit is contained in:
justcool393 2023-02-25 15:17:34 -06:00
parent fb65cf0416
commit 1dfbe754bc
8 changed files with 27 additions and 28 deletions

View file

@ -209,7 +209,7 @@ def api_comment(v):
abort(403, "Too much spam!")
is_filtered = v.should_comments_be_filtered()
is_filtered = v.should_comments_be_filtered
c = Comment(author_id=v.id,
parent_submission=parent_post.id,