pollEnded

This commit is contained in:
tamaina 2022-03-15 22:16:57 +09:00
parent 95e3056c0e
commit c518fa8cd7

View file

@ -131,6 +131,12 @@ async function composeNotification<K extends keyof pushNotificationDataMap>(data
data,
}];
case 'pollEnded':
return [t('_notification.pollEnded'), {
body: data.body.note.text || '',
data,
}];
case 'receiveFollowRequest':
return [t('_notification.youReceivedFollowRequest'), {
body: getUserName(data.body.user),