Remove temp event stuff

If still needed, please ignore.
pull/183/head
G-tix 2023-08-09 17:10:10 +00:00
parent 12b0d822af
commit 0ffc2e6228
1 changed files with 0 additions and 3 deletions

View File

@ -692,9 +692,6 @@ def delete_post_pid(pid, v):
p = get_post(pid)
if p.author_id != v.id: abort(403)
# Temporary special logic by Carp request for events of 2022-10-10
if SITE_NAME == 'rDrama' and p.author_id == 3161: abort(403)
if not p.deleted_utc:
p.deleted_utc = int(time.time())
p.is_pinned = False