mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Respect 429 in SVR write requests.
This commit is contained in:
committed by
jeffrey-signal
parent
e3b569ca5b
commit
4b41989b30
@@ -257,6 +257,7 @@ object SvrRepository {
|
||||
BackupResponse.ExposeFailure -> it
|
||||
is BackupResponse.NetworkError -> it
|
||||
BackupResponse.ServerRejected -> it
|
||||
is BackupResponse.RateLimited -> it
|
||||
BackupResponse.EnclaveNotFound -> null
|
||||
is BackupResponse.Success -> null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user