popover
This commit is contained in:
parent
5f1fdbcfca
commit
468a0f3079
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def api_comment(v):
|
||||||
Comment.parent_submission == parent_submission,
|
Comment.parent_submission == parent_submission,
|
||||||
Comment.body == body
|
Comment.body == body
|
||||||
).first()
|
).first()
|
||||||
if existing: return {"error": f"You already made that comment: {existing.permalink}"}, 409
|
if existing: \return {"error": f"You already made that comment: {existing.permalink}"}, 409
|
||||||
|
|
||||||
if parent.author.any_block_exists(v) and not v.admin_level>=3: return {"error": "You can't reply to users who have blocked you, or users you have blocked."}, 403
|
if parent.author.any_block_exists(v) and not v.admin_level>=3: return {"error": "You can't reply to users who have blocked you, or users you have blocked."}, 403
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue