mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-29 06:06:22 +00:00
Fix hide contact functionality to not delete recipient
This commit is contained in:
parent
991ff04196
commit
b2076cfc12
@ -1059,7 +1059,6 @@ public class ManagerImpl implements Manager {
|
||||
final var recipientIdOptional = context.getRecipientHelper().resolveRecipientOptional(recipient);
|
||||
if (recipientIdOptional.isPresent()) {
|
||||
context.getContactHelper().setContactHidden(recipientIdOptional.get(), true);
|
||||
account.removeRecipient(recipientIdOptional.get());
|
||||
syncRemoteStorage();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user