remove autopinning

pull/142/head
Aevann 2023-04-16 19:45:27 +02:00
parent ca6e36f039
commit 2949afaaca
1 changed files with 0 additions and 6 deletions

View File

@ -698,12 +698,6 @@ 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, 864}
and not (p.sub and p.subr.stealth)) and p.sub != 'slavshit':
p.stickied_utc = int(time.time()) + 3600
p.stickied = "AutoJanny"
cache.delete_memoized(frontlist)
cache.delete_memoized(userpagelisting)