Record notification count and show in [stats] tab (#2150)

This commit is contained in:
dgtlmoon
2024-02-02 09:12:44 +01:00
committed by GitHub
parent 4ee9fa79e1
commit 3b16b19a94
3 changed files with 9 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ base_config = {
'last_error': False,
'last_viewed': 0, # history key value of the last viewed via the [diff] link
'method': 'GET',
'notification_alert_count': 0,
# Custom notification content
'notification_body': None,
'notification_format': default_notification_format_for_watch,