Add handling for new nickname and note fields

This commit is contained in:
AsamK 2024-04-12 16:57:20 +02:00
parent e5ebb732cb
commit e0cd5b987e
8 changed files with 56 additions and 1 deletions

View file

@ -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,