* Fix: #241 リスト通知の重複についてとりあえずの対処 * Fix: 本家の通知バグ
This commit is contained in:
parent
59f851d21a
commit
d7f07ae80f
3 changed files with 7 additions and 6 deletions
|
@ -107,8 +107,8 @@ export function updateNotifications(notification, intlMessages, intlLocale) {
|
|||
dispatch(importFetchedAccount(notification.report.target_account));
|
||||
}
|
||||
|
||||
|
||||
dispatch(notificationsUpdate(notification, preferPendingItems, playSound && !filtered));
|
||||
|
||||
dispatch(notificationsUpdate({ notification }, preferPendingItems, playSound && !filtered));
|
||||
|
||||
fetchRelatedRelationships(dispatch, [notification]);
|
||||
} else if (playSound && !filtered) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue