Fix: 絵文字リアクション通知のグループ化が行われない問題

This commit is contained in:
KMY 2024-10-01 12:20:19 +09:00
parent a877e6486d
commit 4182f75e48

View file

@ -68,7 +68,11 @@ function dispatchAssociatedRecords(
dispatch(importFetchedStatuses(fetchedStatuses));
}
const supportedGroupedNotificationTypes = ['favourite', 'reblog'];
const supportedGroupedNotificationTypes = [
'favourite',
'reblog',
'emoji_reaction',
];
export const fetchNotifications = createDataLoadingThunk(
'notificationGroups/fetch',