opt-out instead of opt-in

pull/198/head
Aevann 2023-08-30 16:10:30 +03:00
parent 81b29c2d4b
commit ad06534ab9
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ def submit_contact(v):
if AEVANN_ID in admin_ids:
admin_ids.remove(AEVANN_ID)
if 'delete' in new_comment.body.lower() and 'account' in new_comment.body.lower():
admin_ids = [GTIX_ID]
admin_ids.remove(15447)
for admin_id in admin_ids:
notif = Notification(comment_id=new_comment.id, user_id=admin_id)