aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-05-12 17:36:05 +0000
committerShpuld Shpludson <shp@cock.li>2020-05-12 17:36:05 +0000
commit5d49edc823ba2ea3e34d4fd6c5efcc84ef9712f7 (patch)
treef4a7a9c10d00083b36fb331c1d9196dc391dcfc7 /src/components/notification/notification.js
parenta0f780c4550b77d4574e0de8932a2dff288784a3 (diff)
parent0bc0a8d5f51f88858a7347b915361c45ff819292 (diff)
Merge branch 'rc/2.0.5' into 'master'
Update MASTER for 2.0.5 patch See merge request pleroma/pleroma-fe!1105
Diffstat (limited to 'src/components/notification/notification.js')
-rw-r--r--src/components/notification/notification.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js
index 1ae81ce4..1cf4c9bc 100644
--- a/src/components/notification/notification.js
+++ b/src/components/notification/notification.js
@@ -75,7 +75,7 @@ const Notification = {
return this.generateUserProfileLink(this.targetUser)
},
needMute () {
- return this.user.muted
+ return this.$store.getters.relationship(this.user.id).muting
},
isStatusNotification () {
return isStatusNotification(this.notification.type)