Fix: 絵文字リアクション通知のグループ化が行われない問題
This commit is contained in:
parent
a877e6486d
commit
4182f75e48
1 changed files with 5 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue