From 2c279a83690a841f64283d1b5dcdfd2f6ca64f77 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 27 Feb 2023 02:41:25 +0200 Subject: [PATCH] remove unnecessary modmail preamble --- files/routes/static.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/routes/static.py b/files/routes/static.py index c78813a93..fc4ed9d88 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -255,7 +255,6 @@ def submit_contact(v): if v.is_muted: abort(403) - body = f'This message has been sent automatically to all admins via [/contact](/contact)\n\nMessage:\n\n{body}' body = process_files(request.files, v, body) body = body.strip() body_html = sanitize(body)