mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Only deprecate client on 499s from chat service.
This commit is contained in:
committed by
Greyson Parrelli
parent
2f4669d7eb
commit
b8032378f6
@@ -141,7 +141,7 @@ class SignalServiceNetworkAccess(context: Context) {
|
||||
|
||||
private val interceptors: List<Interceptor> = listOf(
|
||||
StandardUserAgentInterceptor(),
|
||||
RemoteDeprecationDetectorInterceptor(),
|
||||
RemoteDeprecationDetectorInterceptor(this::getConfiguration),
|
||||
DeprecatedClientPreventionInterceptor(),
|
||||
DeviceTransferBlockingInterceptor.getInstance()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user