mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
parent
00e71ed0fc
commit
0b33cb55b8
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ public class RecipientStore implements RecipientIdCreator, RecipientResolver, Re
|
|||
) {
|
||||
final var sqlWhere = new ArrayList<String>();
|
||||
if (onlyContacts) {
|
||||
sqlWhere.add("r.unregistered_timestamp IS NULL");
|
||||
sqlWhere.add("(" + SQL_IS_CONTACT + ")");
|
||||
sqlWhere.add("r.hidden = FALSE");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue