Browse Source

Fix unread notification markers (#14897)

master
Takeshi Umeda 3 years ago
committed by GitHub
parent
commit
f5d08f2417
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/mastodon/actions/notifications.js

+ 4
- 0
app/javascript/mastodon/actions/notifications.js View File

@ -234,3 +234,7 @@ export const mountNotifications = () => ({
export const unmountNotifications = () => ({
type: NOTIFICATIONS_UNMOUNT,
});
export const markNotificationsAsRead = () => ({
type: NOTIFICATIONS_MARK_AS_READ,
});

Loading…
Cancel
Save