remove unnecessary modmail preamble

pull/135/head
Aevann 2023-02-27 02:41:25 +02:00
parent 0d2463807a
commit 2c279a8369
1 changed files with 0 additions and 1 deletions

View File

@ -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)