Modmail: constantify missed magic numbers
This commit is contained in:
parent
1574c46d0a
commit
50b6e06f62
5 changed files with 5 additions and 5 deletions
|
@ -329,7 +329,7 @@ def submit_contact(v: Optional[User]):
|
|||
parent_submission=None,
|
||||
level=1,
|
||||
body_html=html,
|
||||
sentto=2
|
||||
sentto=MODMAIL_ID,
|
||||
)
|
||||
g.db.add(new_comment)
|
||||
g.db.flush()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue