Merge branch 'from/develop/tusooa/fix-open-chat' into 'develop'

Fix Open Chat button

See merge request pleroma/pleroma-fe!1532
remove-mods
HJ 2 years ago
commit 1418054b53

@ -40,7 +40,7 @@ const AccountActions = {
openChat () { openChat () {
this.$router.push({ this.$router.push({
name: 'chat', name: 'chat',
params: { recipient_id: this.user.id } params: { username: this.$store.state.users.currentUser.screen_name, recipient_id: this.user.id }
}) })
} }
}, },

Loading…
Cancel
Save