mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Recreate recipient database with aci column
This commit is contained in:
parent
90df256e85
commit
76fe6ad799
17 changed files with 375 additions and 239 deletions
|
@ -670,7 +670,18 @@ public class DbusManagerImpl implements Manager {
|
|||
}
|
||||
return Recipient.newBuilder()
|
||||
.withAddress(new RecipientAddress(null, n))
|
||||
.withContact(new Contact(contactName, null, null, 0, contactBlocked, false, false, false))
|
||||
.withContact(new Contact(contactName,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
0,
|
||||
0,
|
||||
false,
|
||||
contactBlocked,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
null))
|
||||
.build();
|
||||
}).filter(Objects::nonNull).toList();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue