mirror of
https://github.com/caronc/apprise.git
synced 2025-02-23 05:31:17 +01:00
discord thumbnail to default to disabled as documented
This commit is contained in:
parent
d4361e8030
commit
237a122847
@ -278,7 +278,7 @@ class NotifyDiscord(NotifyBase):
|
||||
|
||||
# Use Thumbnail
|
||||
results['thumbnail'] = \
|
||||
parse_bool(results['qsd'].get('thumbnail', True))
|
||||
parse_bool(results['qsd'].get('thumbnail', False))
|
||||
|
||||
return results
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user