rename truecoins -> truescore (#544)
This commit is contained in:
parent
64880c87fa
commit
46714fd520
9 changed files with 53 additions and 27 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue