mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Split contact name field in given name and family name
This commit is contained in:
parent
69e952738b
commit
5b1c6c0d64
7 changed files with 58 additions and 16 deletions
|
@ -574,7 +574,7 @@ public class DbusManagerImpl implements Manager {
|
|||
}
|
||||
return Recipient.newBuilder()
|
||||
.withAddress(new RecipientAddress(null, n))
|
||||
.withContact(new Contact(contactName, null, 0, contactBlocked, false, false))
|
||||
.withContact(new Contact(contactName, null, null, 0, contactBlocked, false, false))
|
||||
.build();
|
||||
}).filter(Objects::nonNull).toList();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue