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
@ -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…
Reference in New Issue
Block a user