refactor mesh core

This commit is contained in:
callebtc
2026-01-04 14:05:14 +07:00
parent 23e7e12e9e
commit 7d6a581544
10 changed files with 1222 additions and 1513 deletions
@@ -324,7 +324,7 @@ class ChatViewModel(
fun leaveChannel(channel: String) {
channelManager.leaveChannel(channel)
meshService.sendMessage("left $channel")
meshService.sendMessage("left $channel", emptyList(), null)
}
// MARK: - Private Chat Management (delegated)