forked from MarseyWorld/MarseyWorld
i am a pro carp hero
parent
df7690fb54
commit
0d7437ca1c
|
@ -1121,7 +1121,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue