mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-03 03:36:23 -04:00
checkpoint
This commit is contained in:
parent
a6ba08255b
commit
9dd17cb077
11 changed files with 80 additions and 85 deletions
|
@ -25,7 +25,7 @@ class ContactItemWidget extends StatelessWidget {
|
|||
final scale = theme.extension<ScaleScheme>()!;
|
||||
|
||||
final remoteConversationKey =
|
||||
proto.TypedKeyProto.fromProto(contact.remoteConversationRecordKey);
|
||||
contact.remoteConversationRecordKey.toVeilid();
|
||||
|
||||
return Container(
|
||||
margin: const EdgeInsets.fromLTRB(0, 4, 0, 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue