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