diff --git a/files/routes/posts.py b/files/routes/posts.py index 6f369893c..23d1c5803 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -714,7 +714,7 @@ def submit_post(v:User, sub=None): if (SITE == 'rdrama.net' and v.id in {TGTW_ID, SNALLY_ID} and not (p.sub and p.subr.stealth)) and p.sub != 'slavshit': - p.stickied_utc = int(time.time()) + 3600 + p.stickied_utc = int(time.time()) + 14400 p.stickied = "AutoJanny" cache.delete_memoized(frontlist)