Started working on contact resolution
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user