forked from AkkomaGang/akkoma-fe
Fix wrong usercard notification
This commit is contained in:
parent
fd3811d651
commit
7d01b3d8ba
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue