fix creating a new chat

This commit is contained in:
Henry Jameson 2026-08-31 20:02:21 +03:00
commit 32c27b85b0

View file

@ -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)