mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 11:18:06 +01:00
Migrate to 429 for all ratelimit responses
This commit is contained in:
@@ -7,7 +7,7 @@ package org.whispersystems.textsecuregcm.auth;
|
||||
|
||||
public enum RegistrationLockError {
|
||||
MISMATCH(RegistrationLockVerificationManager.FAILURE_HTTP_STATUS),
|
||||
RATE_LIMITED(413) // This will be changed to 429 in a future revision
|
||||
RATE_LIMITED(429)
|
||||
;
|
||||
|
||||
private final int expectedStatus;
|
||||
|
||||
Reference in New Issue
Block a user