mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2024-11-17 15:16:49 +01:00
Merge branch 'fix-notif-user' into 'develop'
Fix wrong usercard notification Closes #493 See merge request pleroma/pleroma-fe!755
This commit is contained in:
commit
fa33e3ec58
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user