mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +00:00
Fix unread notification markers (#14897)
This commit is contained in:
parent
0e41710ea9
commit
f5d08f2417
|
@ -234,3 +234,7 @@ export const mountNotifications = () => ({
|
||||||
export const unmountNotifications = () => ({
|
export const unmountNotifications = () => ({
|
||||||
type: NOTIFICATIONS_UNMOUNT,
|
type: NOTIFICATIONS_UNMOUNT,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
export const markNotificationsAsRead = () => ({
|
||||||
|
type: NOTIFICATIONS_MARK_AS_READ,
|
||||||
|
});
|
||||||
|
|
Loading…
Reference in a new issue