zulip needs a 'topic'. Use the notification title.

pull/1330/head
drewp@bigasterisk.com 2025-05-10 19:19:01 -07:00
parent ae7f8b80ac
commit d0e9fb9e89
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class NotifyZulip(NotifyBase):
# prepare JSON Object
payload = {
'subject': title,
'topic': title,
'content': body,
}