mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-20 21:28:41 -04:00
incremental chat state work
This commit is contained in:
parent
83880d79ba
commit
47287ba8d4
7 changed files with 70 additions and 30 deletions
|
@ -233,7 +233,8 @@ class ChatComponentCubit extends Cubit<ChatComponentState> {
|
|||
|
||||
return types.User(
|
||||
id: remoteIdentityPublicKey.toString(),
|
||||
firstName: activeConversationState.remoteConversation.profile.name,
|
||||
firstName: activeConversationState.remoteConversation?.profile.name ??
|
||||
'<unnamed>',
|
||||
metadata: {metadataKeyIdentityPublicKey: remoteIdentityPublicKey});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue