mirror of
https://github.com/caronc/apprise.git
synced 2025-01-22 13:59:03 +01:00
Eliminated line restriction on Join Notifications (#136)
This commit is contained in:
parent
91f50a62f1
commit
3124ef26a1
@ -88,10 +88,6 @@ class NotifyJoin(NotifyBase):
|
||||
# Allows the user to specify the NotifyImageSize object
|
||||
image_size = NotifyImageSize.XY_72
|
||||
|
||||
# Limit results to just the first 2 line otherwise there is just to much
|
||||
# content to display
|
||||
body_max_line_count = 2
|
||||
|
||||
# The maximum allowable characters allowed in the body per message
|
||||
body_maxlen = 1000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user