aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.js
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-04-22 17:24:35 +0300
committershpuld <shp@cock.li>2019-04-22 17:24:35 +0300
commitd4179454277c10a3e2fda9f62b61a18151693d17 (patch)
tree57adbec33bbe9e30e0463579807c097a18b2d56f /src/components/notification/notification.js
parent75a650aa6de13eaf1e0e17d5ec7bfffeee0db212 (diff)
parentc8f967d5c0424c7dd504ad4afeaefb7c745eed31 (diff)
Merge branch 'develop' into brendenbice1222/pleroma-fe-issues/pleroma-fe-202-show-boosted-users
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 67d54724..e59e7497 100644
--- a/src/components/notification/notification.js
+++ b/src/components/notification/notification.js
@@ -23,7 +23,7 @@ const Notification = {
return generateProfileLink(user.id, user.screen_name, this.$store.state.instance.restrictedNicknames)
},
getUser (notification) {
- return this.$store.state.users.usersObject[notification.action.user.id]
+ return this.$store.state.users.usersObject[notification.from_profile.id]
}
},
computed: {