fix creating a new chat
This commit is contained in:
parent
f2f15a0c02
commit
32c27b85b0
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const chatNew = {
|
||||||
this.$emit('cancel')
|
this.$emit('cancel')
|
||||||
},
|
},
|
||||||
goToChat(user) {
|
goToChat(user) {
|
||||||
this.$router.push({ name: 'chat', params: { recipient_id: user.id } })
|
this.$router.push({ name: 'chat', params: { chatUserId: user.id } })
|
||||||
},
|
},
|
||||||
onInput() {
|
onInput() {
|
||||||
this.search(this.query)
|
this.search(this.query)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue