shadowban

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-07 00:41:23 -06:00
parent c915142089
commit 2a66ee7d04
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ def remove_mod(v, sub):
sub = get_sub_by_name(sub).name
if not v.mods(sub): abort(403)
if v.shadowbanned: return redirect(f'/h/{sub}/mods')
if v.shadowbanned: abort(500)
uid = request.values.get('uid')