From df7690fb54b182c338b5c73b5fd8b195b1139f2c Mon Sep 17 00:00:00 2001 From: justcool393 Date: Mon, 24 Oct 2022 12:42:02 -0500 Subject: [PATCH] fishsticks (prev commit redux) --- files/routes/admin.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/routes/admin.py b/files/routes/admin.py index 0b9229aec..1c0210abc 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -1121,6 +1121,9 @@ 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.ban_reason = v.username g.db.add(post)