Update chat_model.dart

This commit is contained in:
Mr-Update 2023-03-13 20:43:03 +01:00 committed by GitHub
parent 189b6f8de8
commit d503b31011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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] =