fix: update android notification payload (#1090)
This commit is contained in:
parent
7d9e844068
commit
a3dbe95d5a
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ def notify_user_async(user_pk, alert_group_pk, notification_policy_pk, critical)
|
|||
"status": str(alert_group.status),
|
||||
"type": "oncall.critical_message" if critical else "oncall.message",
|
||||
"title": alert_title,
|
||||
"body": f"{alert_subtitle}\n{alert_body}",
|
||||
"subtitle": alert_subtitle,
|
||||
"body": alert_body,
|
||||
"thread_id": thread_id,
|
||||
},
|
||||
apns=APNSConfig(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue