diff --git a/files/routes/posts.py b/files/routes/posts.py index 9aa7c3cb0..813689187 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -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):