mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Store profile sharing enabled for contacts
Automatically enable it when sending direct messages
This commit is contained in:
parent
06a9884e99
commit
b1e56faab2
7 changed files with 71 additions and 21 deletions
|
@ -554,7 +554,7 @@ public class DbusManagerImpl implements Manager {
|
|||
return null;
|
||||
}
|
||||
return new Pair<>(new RecipientAddress(null, n),
|
||||
new Contact(contactName, null, 0, signal.isContactBlocked(n), false));
|
||||
new Contact(contactName, null, 0, signal.isContactBlocked(n), false, false));
|
||||
}).filter(Objects::nonNull).toList();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue