diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-04-10 17:28:42 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-04-10 17:28:42 +0000 |
| commit | 84505e01f5f6b2d0ba462cdccefcedc631ab09ba (patch) | |
| tree | b49893d5b9087d8eb8a92d8b54eca79b822c6a53 /src/components/notifications/notifications.js | |
| parent | d94a7b63185ce72bd9a61ebc7f6141178176fc4e (diff) | |
| parent | 76cd01e99b832944c5f6faff3167935346438b53 (diff) | |
Merge branch 'issue-436-mastoapi-notifications' into 'develop'
#436: integrate mastoAPI notifications
Closes #436
See merge request pleroma/pleroma-fe!678
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index d9ce7604..e341212e 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -49,7 +49,7 @@ const Notifications = { }, methods: { markAsSeen () { - this.$store.dispatch('markNotificationsAsSeen', this.visibleNotifications) + this.$store.dispatch('markNotificationsAsSeen') }, fetchOlderNotifications () { const store = this.$store |
