mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
fix
This commit is contained in:
@@ -163,8 +163,8 @@ async function composeNotification(data: pushNotificationData): Promise<[string,
|
||||
}];
|
||||
|
||||
case 'app':
|
||||
return [body.header || body.body , {
|
||||
body: body.header ? body.body : undefined,
|
||||
return [body.header, {
|
||||
body: body.body,
|
||||
icon: body.icon,
|
||||
data
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user