From aae979066e38c98980b315b8ddf42d59dc88279a Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 6 Mar 2023 22:45:21 +0200 Subject: [PATCH] dont pin posts in /h/slavshit --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index a4c3f6ebf..323442711 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -693,7 +693,7 @@ def submit_post(v:User, sub=None): if (SITE == 'rdrama.net' and v.id in {IMPASSIONATA_ID, TGTW_ID, SNALLY_ID, PIZZASHILL_ID} - and not (p.sub and p.subr.stealth)): + and not (p.sub and p.subr.stealth)) and p.sub != 'slavshit': p.stickied_utc = int(time.time()) + 3600 p.stickied = "AutoJanny"