Fix typo
This commit is contained in:
parent
75e5379951
commit
4310dc2326
|
@ -177,6 +177,8 @@ export interface GroupMessagingStreamTypes {
|
|||
export interface MessagingIndexStreamTypes {
|
||||
read: MessagingMessage['id'][];
|
||||
message: Packed<'MessagingMessage'>;
|
||||
}
|
||||
|
||||
export interface RoleTimelineStreamTypes {
|
||||
note: Packed<'Note'>;
|
||||
}
|
||||
|
|
|
@ -206,6 +206,7 @@ async function composeNotification(data: PushNotificationDataMap[keyof PushNotif
|
|||
title: t('reject'),
|
||||
},
|
||||
],
|
||||
}];
|
||||
|
||||
case 'achievementEarned':
|
||||
return [t('_notification.achievementEarned'), {
|
||||
|
|
Loading…
Reference in a new issue