special logic redux (#76)

Co-authored-by: justcool393 <justcool393@gmail.com>
Reviewed-on: #76
Co-authored-by: justcool393 <justcool393@noreply.fsdfsd.net>
Co-committed-by: justcool393 <justcool393@noreply.fsdfsd.net>
pull/78/head
justcool393 2022-12-15 22:56:04 +00:00 committed by Snakes
parent 82f34d0cab
commit 7aa10b9d1b
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ def submit_post(v:User, sub=None):
if len(title_html) > POST_TITLE_HTML_LENGTH_LIMIT:
return error("Rendered title is too big!")
if sub != "chudrama" and v.id == 253: # 2022-12-15: special logic by request
if sub != "chudrama" and v.id == 253 and SITE == 'rdrama.net': # 2022-12-15: special logic by request
sub = "chudrama"
if sub == 'changelog' and not v.admin_level >= PERMS['POST_TO_CHANGELOG']: