mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 18:44:37 +01:00
Remove registrationLockV1 code
The corresponding endpoint has been removed on the Signal server
This commit is contained in:
@@ -472,9 +472,6 @@ public class Manager implements Closeable {
|
||||
|
||||
account.setRegistrationLockPin(pin.get(), masterKey);
|
||||
} else {
|
||||
// Remove legacy registration lock
|
||||
dependencies.getAccountManager().removeRegistrationLockV1();
|
||||
|
||||
// Remove KBS Pin
|
||||
pinHelper.removeRegistrationLockPin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user