mirror of https://github.com/caronc/apprise
zulip needs a 'topic'. Use the notification title.
parent
ae7f8b80ac
commit
d0e9fb9e89
|
@ -252,7 +252,7 @@ class NotifyZulip(NotifyBase):
|
||||||
|
|
||||||
# prepare JSON Object
|
# prepare JSON Object
|
||||||
payload = {
|
payload = {
|
||||||
'subject': title,
|
'topic': title,
|
||||||
'content': body,
|
'content': body,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue