Remove registrationLockV1 code
The corresponding endpoint has been removed on the Signal server
This commit is contained in:
parent
dbfa8bb66b
commit
7089912fb0
@ -472,9 +472,6 @@ public class Manager implements Closeable {
|
|||||||
|
|
||||||
account.setRegistrationLockPin(pin.get(), masterKey);
|
account.setRegistrationLockPin(pin.get(), masterKey);
|
||||||
} else {
|
} else {
|
||||||
// Remove legacy registration lock
|
|
||||||
dependencies.getAccountManager().removeRegistrationLockV1();
|
|
||||||
|
|
||||||
// Remove KBS Pin
|
// Remove KBS Pin
|
||||||
pinHelper.removeRegistrationLockPin();
|
pinHelper.removeRegistrationLockPin();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user