add passing this (viewModel) to processCommand

This commit is contained in:
Renz 2025-10-11 18:36:27 +07:00 committed by GitHub
parent 28d2e35a8b
commit 2c0118cf04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -429,7 +429,7 @@ class ChatViewModel(
// Default: route via mesh
meshService.sendMessage(messageContent, mentions, channel)
}
})
}, this)
return
}