mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-04 14:44:26 +01:00
Add UnregisteredRecipientException
This commit is contained in:
@@ -392,12 +392,12 @@ public class DbusManagerImpl implements Manager {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deleteRecipient(final RecipientIdentifier.Single recipient) throws IOException {
|
||||
public void deleteRecipient(final RecipientIdentifier.Single recipient) {
|
||||
signal.deleteRecipient(recipient.getIdentifier());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deleteContact(final RecipientIdentifier.Single recipient) throws IOException {
|
||||
public void deleteContact(final RecipientIdentifier.Single recipient) {
|
||||
signal.deleteContact(recipient.getIdentifier());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user