Eliminated line restriction on Join Notifications (#136)

pull/138/head
Chris Caron 2019-07-18 22:25:04 -04:00 committed by GitHub
parent 91f50a62f1
commit 3124ef26a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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