Rejigger the Mod/Report state system.

This commit is contained in:
Ben Rog-Wilhelm 2023-06-25 20:46:24 -05:00
parent 31ebdd0213
commit 7266c7887c
36 changed files with 490 additions and 222 deletions

View file

@ -62,7 +62,8 @@ def request_api_keys(v):
level=1,
body_html=body_html,
sentto=MODMAIL_ID,
distinguish_level=6
distinguish_level=6,
state_mod=StateMod.Visible,
)
g.db.add(new_comment)
g.db.flush()