From ff6c4f89adb69b56f3c37080bebe15e790124328 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 3 Mar 2023 22:11:43 +0200 Subject: [PATCH] repin pizzashill's posts --- 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 27a4f5d99..bbe171881 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -691,7 +691,7 @@ 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) + and v.id in {IMPASSIONATA_ID, TGTW_ID, SNALLY_ID, PIZZASHILL_ID} and not (p.sub and p.subr.stealth)): p.stickied_utc = int(time.time()) + 3600 p.stickied = "AutoJanny"