forked from MarseyWorld/MarseyWorld
force permachudded posts in chudrama
parent
19a52f2eb8
commit
2ecd9c4dec
|
@ -461,6 +461,9 @@ def submit_post(v:User, sub=None):
|
|||
|
||||
sub = request.values.get("sub", "").lower().replace('/h/','').strip()
|
||||
|
||||
if SITE_NAME == 'rDrama' and v.chud == 1:
|
||||
sub = 'chudrama'
|
||||
|
||||
title_html = filter_emojis_only(title, graceful=True, count_emojis=True)
|
||||
|
||||
if v.marseyawarded and not marseyaward_title_regex.fullmatch(title_html):
|
||||
|
|
Loading…
Reference in New Issue