remotes/1693045480750635534/spooky-22
Aevann1 2021-10-23 02:09:34 +02:00
parent 2cf20dad59
commit f5d3d5c570
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ def api_comment(v):
Comment.parent_submission == parent_submission,
Comment.body == body
).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