mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-13 10:54:21 +01:00
Rename main/master device to primary device
This commit is contained in:
@@ -7,7 +7,7 @@ import org.asamk.signal.commands.exceptions.CommandException;
|
||||
import org.asamk.signal.commands.exceptions.IOErrorException;
|
||||
import org.asamk.signal.commands.exceptions.UserErrorException;
|
||||
import org.asamk.signal.manager.Manager;
|
||||
import org.asamk.signal.manager.api.NotMasterDeviceException;
|
||||
import org.asamk.signal.manager.api.NotPrimaryDeviceException;
|
||||
import org.asamk.signal.output.OutputWriter;
|
||||
|
||||
import java.io.IOException;
|
||||
@@ -36,7 +36,7 @@ public class SetPinCommand implements JsonRpcLocalCommand {
|
||||
m.setRegistrationLockPin(Optional.of(registrationLockPin));
|
||||
} catch (IOException e) {
|
||||
throw new IOErrorException("Set pin error: " + e.getMessage(), e);
|
||||
} catch (NotMasterDeviceException e) {
|
||||
} catch (NotPrimaryDeviceException e) {
|
||||
throw new UserErrorException("This command doesn't work on linked devices.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user