forked from rDrama/rDrama
1
0
Fork 0

this is stupid

master
justcool393 2022-10-25 08:21:37 -07:00 committed by GitHub
parent 887bb64483
commit 1f1ace3d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1121,8 +1121,7 @@ def remove_post(post_id, v):
post = get_post(post_id)
post.is_banned = True
post.is_approved = None
if post.stickied and not post.stickied.endswith('(pin award)'):
post.stickied = None
post.stickied = None
post.is_pinned = False
post.ban_reason = v.username
g.db.add(post)