mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-24 08:04:19 +01:00
@@ -383,12 +383,12 @@ public class DbusManagerImpl implements Manager {
|
||||
|
||||
@Override
|
||||
public void deleteRecipient(final RecipientIdentifier.Single recipient) throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
signal.deleteRecipient(recipient.getIdentifier());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deleteContact(final RecipientIdentifier.Single recipient) throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
signal.deleteContact(recipient.getIdentifier());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user