remotes/1693045480750635534/spooky-22
Aevann1 2022-04-11 13:25:58 +02:00
parent d9ebb86d37
commit ce7ae3dbd3
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ def submit_contact(v):
g.db.flush()
new_comment.top_comment_id = new_comment.id
for admin in g.db.query(User).filter(User.admin_level > 1).all():
for admin in g.db.query(User).filter(User.admin_level > 2).all():
notif = Notification(comment_id=new_comment.id, user_id=admin.id)
g.db.add(notif)