add desktop cm backend

This commit is contained in:
csf
2022-08-17 17:23:55 +08:00
parent fc061d2b49
commit 3063adc2fd
9 changed files with 425 additions and 222 deletions

View File

@@ -206,7 +206,7 @@ class ChatModel with ChangeNotifier {
bind.sessionSendChat(id: _ffi.target!.id, text: message.text);
}
} else {
bind.serverSendChat(connId: _currentID, msg: message.text);
bind.cmSendChat(connId: _currentID, msg: message.text);
}
}
notifyListeners();