forked from AkkomaGang/akkoma-fe
Merge branch 'from/develop/tusooa/fix-open-chat' into 'develop'
Fix Open Chat button See merge request pleroma/pleroma-fe!1532
This commit is contained in:
commit
1418054b53
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const AccountActions = {
|
|||
openChat () {
|
||||
this.$router.push({
|
||||
name: 'chat',
|
||||
params: { recipient_id: this.user.id }
|
||||
params: { username: this.$store.state.users.currentUser.screen_name, recipient_id: this.user.id }
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue