From 0d7437ca1ce27f3626d297254db135457a6741b2 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 24 Oct 2022 12:43:14 -0500 Subject: [PATCH] i am a pro carp hero --- files/routes/admin.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index 1c0210abc..f1d5cc9dc 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1121,9 +1121,8 @@ def remove_post(post_id, v): post = get_post(post_id) post.is_banned = True post.is_approved = None - if SITE_NAME != 'rDrama' or v.id != CARP_ID: # fish status = owned - post.stickied = None - post.is_pinned = False + post.stickied = None + post.is_pinned = False post.ban_reason = v.username g.db.add(post)