Aevann 2024-04-26 03:20:10 +03:00
parent ae64d963d6
commit 25e5c8bc23
2 changed files with 6 additions and 0 deletions

View File

@ -219,6 +219,9 @@ def comment(v):
sharpened=bool(v.sharpen),
)
if SITE == 'rdrama.net' and v.id == 7015:
c.ghost = True
c.upvotes = 1
body_html = sanitize(body, limit_pings=5, showmore=(not v.hieroglyphs), count_emojis=not v.marsify, commenters_ping_post_id=commenters_ping_post_id, obj=c, author=v)

View File

@ -606,6 +606,9 @@ def submit_post(v, hole=None):
if SITE == 'watchpeopledie.tv':
p.cw = request.values.get("cw", False, bool)
if SITE == 'rdrama.net' and v.id == 7015:
p.ghost = True
if not p.draft:
p.chudded = v.chud and hole != 'chudrama' and not (p.is_longpost and not v.chudded_by)
p.queened = v.queen and not p.is_longpost