From c8f9ce90a83b77b6710c664733ff55ddd8fa28d9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 23 Aug 2021 21:23:31 +0200 Subject: [PATCH] fdfd --- files/routes/comments.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index 36b353501..35552fd4c 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -266,8 +266,7 @@ def api_comment(v): level=level, over_18=parent_post.over_18 or request.form.get("over_18","")=="true", is_bot=is_bot, - app_id=v.client.application.id if v.client else None, - shadowbanned=v.shadowbanned + app_id=v.client.application.id if v.client else None ) g.db.add(c)