remove the increased under siege time for messages and reports on WPD

pull/152/head
Aevann 2023-05-24 13:46:31 +03:00
parent f1de6cbe58
commit 7519f51ce7
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ def execute_under_siege(v:User, target:Optional[Union[Submission, Comment]], bod
if v.shadowbanned: return
if v.admin_level >= PERMS['SITE_BYPASS_UNDER_SIEGE_MODE']: return
if kind in {'message', 'report'}:
if kind in {'message', 'report'} and SITE == 'rdrama.net':
threshold = 86400
else:
threshold = UNDER_SIEGE_AGE_THRESHOLD