diff --git a/files/routes/posts.py b/files/routes/posts.py index 0e365d5a0..ded73cdff 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -923,8 +923,8 @@ def submit_post(v:User, sub=None): execute_lawlz_actions(v, post) if SITE == 'rdrama.net' and v.id in (IMPASSIONATA_ID, PIZZASHILL_ID, 2008): - p.stickied_utc = int(time.time()) + 3600 - p.stickied = AUTOJANNY_ID + post.stickied_utc = int(time.time()) + 3600 + post.stickied = AUTOJANNY_ID cache.delete_memoized(frontlist) cache.delete_memoized(userpagelisting)