diff --git a/files/routes/posts.py b/files/routes/posts.py index 23d1c5803..e6a2fd774 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()) + 14400 + p.stickied_utc = int(time.time()) + 28800 p.stickied = "AutoJanny" cache.delete_memoized(frontlist)