Notification default: Make sure to use atleast some text here, a blank notification body could be problematic for some services

pull/158/head
dgtlmoon 2021-07-22 20:00:51 +10:00
rodzic 0f5d5e6caf
commit affe39ff98
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ class ChangeDetectionStore:
'notification_urls': [], # Apprise URL list
# Custom notification content
'notification_title': 'ChangeDetection.io Notification - {watch_url}',
'notification_body': '{base_url}'
'notification_body': '{watch_url} had a change.'
}
}
}