checkpoint

This commit is contained in:
Christien Rioux 2024-02-12 09:10:07 -05:00
parent a6ba08255b
commit 9dd17cb077
11 changed files with 80 additions and 85 deletions

View file

@ -74,9 +74,7 @@ class ChatComponent extends StatelessWidget {
);
final editedName = conversation.contact.editedProfile.name;
final remoteUser = types.User(
id: proto.TypedKeyProto.fromProto(
conversation.contact.identityPublicKey)
.toString(),
id: conversation.contact.identityPublicKey.toVeilid().toString(),
firstName: editedName);
// Get the messages to display