mirror of
https://github.com/caronc/apprise.git
synced 2025-02-16 18:21:01 +01:00
parent
08b0577ed8
commit
ea75bb972f
@ -424,6 +424,8 @@ class NotifySlack(NotifyBase):
|
||||
else self.image_url(notify_type)
|
||||
|
||||
if image_url:
|
||||
payload['icon_url'] = image_url
|
||||
|
||||
_footer['elements'].insert(0, {
|
||||
'type': 'image',
|
||||
'image_url': image_url,
|
||||
|
Loading…
Reference in New Issue
Block a user