Modmail: constantify missed magic numbers

This commit is contained in:
justcool393 2023-02-16 22:30:57 -06:00 committed by Ben Rog-Wilhelm
parent 1574c46d0a
commit 50b6e06f62
5 changed files with 5 additions and 5 deletions

View file

@ -61,7 +61,7 @@ def request_api_keys(v):
parent_submission=None,
level=1,
body_html=body_html,
sentto=2,
sentto=MODMAIL_ID,
distinguish_level=6
)
g.db.add(new_comment)