mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 19:08:03 +01:00
Remove deprecated svr3Credentials field
This commit is contained in:
@@ -169,8 +169,7 @@ public class RegistrationLockVerificationManager {
|
||||
throw new WebApplicationException(Response.status(FAILURE_HTTP_STATUS)
|
||||
.entity(new RegistrationLockFailure(
|
||||
existingRegistrationLock.getTimeRemaining().toMillis(),
|
||||
svr2FailureCredentials(existingRegistrationLock, updatedAccount),
|
||||
null))
|
||||
svr2FailureCredentials(existingRegistrationLock, updatedAccount)))
|
||||
.build());
|
||||
}
|
||||
|
||||
|
||||
@@ -18,8 +18,5 @@ public record RegistrationLockFailure(
|
||||
long timeRemaining,
|
||||
@Schema(description = "Credentials that can be used with SVR2")
|
||||
@Nullable
|
||||
ExternalServiceCredentials svr2Credentials,
|
||||
@Deprecated
|
||||
@Nullable
|
||||
ExternalServiceCredentials svr3Credentials) {
|
||||
ExternalServiceCredentials svr2Credentials) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user