From 2949afaaca74b81e2aebfcf1c575cfc42bdfabd3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 16 Apr 2023 19:45:27 +0200 Subject: [PATCH] remove autopinning --- files/routes/posts.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 8fa892986..5f3e62590 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -698,12 +698,6 @@ def submit_post(v:User, sub=None): execute_lawlz_actions(v, p) - if (SITE == 'rdrama.net' - and v.id in {IMPASSIONATA_ID, TGTW_ID, SNALLY_ID, 864} - and not (p.sub and p.subr.stealth)) and p.sub != 'slavshit': - p.stickied_utc = int(time.time()) + 3600 - p.stickied = "AutoJanny" - cache.delete_memoized(frontlist) cache.delete_memoized(userpagelisting)