diff --git a/files/routes/reporting.py b/files/routes/reporting.py index 6f2ad7643..eb2ae792d 100644 --- a/files/routes/reporting.py +++ b/files/routes/reporting.py @@ -39,7 +39,7 @@ def api_flag_post(pid, v): _note=f'"{post.flair}"' ) g.db.add(ma) - elif reason.startswith('/h/') and v.admin_level > 2: + elif reason.startswith('/h/') and v.admin_level > 1: post.sub = reason[3:] g.db.add(post) ma=ModAction(