remove intervention code for being not necessary anymore

pull/136/head
Aevann 2023-03-01 21:15:11 +02:00
parent 447ec197a4
commit 95bb5db1af
1 changed files with 0 additions and 3 deletions

View File

@ -443,9 +443,6 @@ def submit_post(v:User, sub=None):
sub = request.values.get("sub", "").lower().replace('/h/','').strip()
if SITE == 'rdrama.net' and v.id == 2167:
sub = "chudrama"
torture = (v.agendaposter and not v.marseyawarded and sub != 'chudrama')
title_html = filter_emojis_only(title, graceful=True, count_marseys=True, torture=torture)
if v.marseyawarded and not marseyaward_title_regex.fullmatch(title_html):