From 5cbb95689b7f95bb7c570aeaa117ef7471fe0c6f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 12 Aug 2023 13:19:12 +0300 Subject: [PATCH] force darkdeity posts in mnn --- files/routes/posts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/routes/posts.py b/files/routes/posts.py index 86eaf916c..af253ef31 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -432,6 +432,9 @@ def submit_post(v, sub=None): if SITE == 'rdrama.net' and (v.chud == 1 or v.id == 253): sub = 'chudrama' + + if SITE == 'rdrama.net' and v.id == 10947: + sub = 'mnn' title_html = filter_emojis_only(title, graceful=True, count_emojis=True)