mirror of
https://github.com/caronc/apprise.git
synced 2025-12-15 10:04:06 +08:00
increase of Pushover attachment size to 5MB (#1427)
This commit is contained in:
@@ -166,9 +166,9 @@ class NotifyPushover(NotifyBase):
|
||||
# Default Pushover sound
|
||||
default_pushover_sound = PushoverSound.PUSHOVER
|
||||
|
||||
# 2.5MB is the maximum supported image filesize as per documentation
|
||||
# here: https://pushover.net/api#attachments (Dec 26th, 2019)
|
||||
attach_max_size_bytes = 2621440
|
||||
# 5MB is the maximum supported image filesize as per documentation
|
||||
# here: https://pushover.net/api#limits (Oct 5th, 2025)
|
||||
attach_max_size_bytes = 5242880
|
||||
|
||||
# The regular expression of the current attachment supported mime types
|
||||
# At this time it is only images
|
||||
|
||||
Reference in New Issue
Block a user