fix lint / TS errors in create-notification.ts
This commit is contained in:
parent
8a34d8e9d2
commit
c5f1279d4b
@ -251,9 +251,9 @@ async function composeNotification(data: PushNotificationDataMap[keyof PushNotif
|
|||||||
}];
|
}];
|
||||||
|
|
||||||
case 'edited':
|
case 'edited':
|
||||||
return [t('_notification.edited', { name: getUserName(data.body.user) }), {
|
return [i18n.ts._notification.edited, {
|
||||||
body: data.body.note.text ?? '',
|
body: data.body.note.text ?? '',
|
||||||
icon: data.body.user.avatarUrl,
|
icon: data.body.user.avatarUrl ?? undefined,
|
||||||
badge: iconUrl('messages'),
|
badge: iconUrl('messages'),
|
||||||
data,
|
data,
|
||||||
}];
|
}];
|
||||||
|
Loading…
Reference in New Issue
Block a user