Chat Panel: Reduxify.

This commit is contained in:
lain 2020-06-30 15:04:07 +02:00
parent 3ec664ce02
commit 22433cab90

View file

@ -23,7 +23,7 @@ const chatPanel = {
this.collapsed = !this.collapsed this.collapsed = !this.collapsed
}, },
userProfileLink (user) { 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)
} }
} }
} }