Chat Panel: Reduxify.

This commit is contained in:
lain 2020-06-30 15:04:07 +02:00
parent 3ec664ce02
commit 22433cab90
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}
}