forked from rDrama/rDrama
1
0
Fork 0

increase snally/tgtw pin duration to 8hrs

master
Aevann 2023-06-20 13:29:36 +03:00
parent 9d69b5d077
commit 8203af3595
1 changed files with 1 additions and 1 deletions

View File

@ -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)