Option to attach screenshot to notification (#1127)

This commit is contained in:
Matthias Bilger
2022-11-20 09:37:48 +01:00
committed by GitHub
parent d0d191a7d1
commit f066a1c38f
6 changed files with 24 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ class model(dict):
'notification_format': default_notification_format_for_watch,
'notification_muted': False,
'notification_title': None,
'notification_screenshot': False, # Include the latest screenshot if available and supported by the apprise URL
'notification_urls': [], # List of URLs to add to the notification Queue (Usually AppRise)
'paused': False,
'previous_md5': False,