Increased Pushover message limit to 1024 characters (#820)

This commit is contained in:
Chris Caron 2023-02-12 14:44:12 -05:00 committed by GitHub
parent b5a9c25e86
commit f1996a1e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ class NotifyPushover(NotifyBase):
notify_url = 'https://api.pushover.net/1/messages.json'
# The maximum allowable characters allowed in the body per message
body_maxlen = 512
body_maxlen = 1024
# Default Pushover sound
default_pushover_sound = PushoverSound.PUSHOVER