Chat Panel: Reduxify.
This commit is contained in:
parent
3ec664ce02
commit
22433cab90
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const chatPanel = {
|
|||
this.collapsed = !this.collapsed
|
||||
},
|
||||
userProfileLink (user) {
|
||||
return generateProfileLink(user.id, user.username, this.$store.state.instance.restrictedNicknames)
|
||||
return generateProfileLink(user.redux.id, user.acct, this.$store.state.instance.restrictedNicknames)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue