Private
Public Access
1
0

Started working on contact resolution

This commit is contained in:
2025-06-26 16:23:53 -07:00
parent 3b30cb77c8
commit bb19db17cd
14 changed files with 405 additions and 27 deletions

View File

@@ -29,6 +29,7 @@ impl From<kordophone::model::Message> for Message {
Some(sender) => Participant::Remote {
id: None,
display_name: sender,
contact_id: None,
},
None => Participant::Me,
},