dont autopin ghost threads

pull/168/head
Aevann 2023-07-06 04:44:05 +03:00
parent 5780cc8b59
commit 6c89776b1d
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,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':
and not (p.sub and p.subr.stealth)) and p.sub != 'slavshit' and not p.ghost:
p.stickied_utc = int(time.time()) + 28800
p.stickied = "AutoJanny"