mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
Update chat_model.dart
This commit is contained in:
parent
189b6f8de8
commit
d503b31011
@ -43,7 +43,7 @@ class ChatModel with ChangeNotifier {
|
||||
|
||||
final ChatUser me = ChatUser(
|
||||
id: "",
|
||||
firstName: "Me",
|
||||
firstName: translate("Me"),
|
||||
);
|
||||
|
||||
late final Map<int, MessageBody> _messages = {}..[clientModeID] =
|
||||
|
Loading…
Reference in New Issue
Block a user