fds
This commit is contained in:
parent
2464775210
commit
7d223d9b87
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def api_vote_comment(comment_id, new, v):
|
|||
|
||||
comment = get_comment(comment_id)
|
||||
|
||||
if comment.author_id == AUTOBETTER_ID: return {"error": "forbidden."}, 403
|
||||
if comment.author_id in (AUTOPOLLER_ID,AUTOBETTER_ID,AUTOCHOICE_ID): return {"error": "forbidden."}, 403
|
||||
|
||||
existing = g.db.query(CommentVote).filter_by(user_id=v.id, comment_id=comment.id).one_or_none()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue