i am a pro carp hero

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-24 12:43:14 -05:00
parent df7690fb54
commit 0d7437ca1c
1 changed files with 2 additions and 3 deletions

View File

@ -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)