mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
Change notification for account expiry to admin only.
This commit is contained in:
parent
09d5f6bb9f
commit
bd11b0e832
1 changed files with 2 additions and 2 deletions
|
|
@ -3237,7 +3237,7 @@ def evaluate_profile_expiration_notification(profile):
|
|||
"exp_date": exp.isoformat(),
|
||||
},
|
||||
"is_active": True,
|
||||
"admin_only": False,
|
||||
"admin_only": True,
|
||||
},
|
||||
)
|
||||
send_websocket_notification(notification)
|
||||
|
|
@ -3280,7 +3280,7 @@ def evaluate_profile_expiration_notification(profile):
|
|||
"exp_date": exp.isoformat(),
|
||||
},
|
||||
"is_active": True,
|
||||
"admin_only": False,
|
||||
"admin_only": True,
|
||||
},
|
||||
)
|
||||
send_websocket_notification(notification)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue