This commit is contained in:
Aevann1 2021-09-17 16:07:08 +02:00
parent 47a1b42b04
commit b48ce23cb1
2 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@ def api_comment(v):
parent_id = parent_fullname.split("_")[1]
if parent_fullname.startswith("t2"):
parent_post = get_post(parent_id, v=v)
if parent_post.club and not (v and v.coins > 150): abort(403)
if parent_post.club and not (v and v.paid_dues): abort(403)
parent = parent_post
parent_comment_id = None
level = 1