This commit is contained in:
ltlapy 2023-05-09 22:55:43 +09:00
parent 75e5379951
commit 4310dc2326
2 changed files with 3 additions and 0 deletions

View file

@ -177,6 +177,8 @@ export interface GroupMessagingStreamTypes {
export interface MessagingIndexStreamTypes {
read: MessagingMessage['id'][];
message: Packed<'MessagingMessage'>;
}
export interface RoleTimelineStreamTypes {
note: Packed<'Note'>;
}

View file

@ -206,6 +206,7 @@ async function composeNotification(data: PushNotificationDataMap[keyof PushNotif
title: t('reject'),
},
],
}];
case 'achievementEarned':
return [t('_notification.achievementEarned'), {