Merge branch 'ss-read' into 'develop'

Server-side read marking

See merge request pleroma/pleroma-fe!386
This commit is contained in:
lambda 2018-12-03 14:47:27 +00:00
commit ea28aa62f0
4 changed files with 26 additions and 10 deletions

View file

@ -52,7 +52,7 @@ const Notifications = {
},
methods: {
markAsSeen () {
this.$store.commit('markNotificationsAsSeen', this.visibleNotifications)
this.$store.dispatch('markNotificationsAsSeen', this.visibleNotifications)
},
fetchOlderNotifications () {
const store = this.$store