mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-16 13:12:43 -04:00
checkpoint
This commit is contained in:
parent
a6ba08255b
commit
9dd17cb077
11 changed files with 80 additions and 85 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue