rename truecoins -> truescore (#544)

This commit is contained in:
justcool393 2023-07-28 02:56:49 -07:00 committed by GitHub
parent 64880c87fa
commit 46714fd520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 53 additions and 27 deletions

View file

@ -201,7 +201,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,