From 3124ef26a1697c0d21e5ac361ed14ed727456c3c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 18 Jul 2019 22:25:04 -0400 Subject: [PATCH] Eliminated line restriction on Join Notifications (#136) --- apprise/plugins/NotifyJoin.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apprise/plugins/NotifyJoin.py b/apprise/plugins/NotifyJoin.py index b9b80f2a..864c7c16 100644 --- a/apprise/plugins/NotifyJoin.py +++ b/apprise/plugins/NotifyJoin.py @@ -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