mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Add handling for new nickname and note fields
This commit is contained in:
parent
e5ebb732cb
commit
e0cd5b987e
8 changed files with 56 additions and 1 deletions
|
@ -692,6 +692,9 @@ public class DbusManagerImpl implements Manager {
|
|||
return Recipient.newBuilder()
|
||||
.withAddress(new RecipientAddress(null, n))
|
||||
.withContact(new Contact(contactName,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue