Only deprecate client on 499s from chat service.

This commit is contained in:
Cody Henthorne
2025-03-25 09:27:37 -04:00
committed by Greyson Parrelli
parent 2f4669d7eb
commit b8032378f6
3 changed files with 34 additions and 32 deletions

View File

@@ -141,7 +141,7 @@ class SignalServiceNetworkAccess(context: Context) {
private val interceptors: List<Interceptor> = listOf(
StandardUserAgentInterceptor(),
RemoteDeprecationDetectorInterceptor(),
RemoteDeprecationDetectorInterceptor(this::getConfiguration),
DeprecatedClientPreventionInterceptor(),
DeviceTransferBlockingInterceptor.getInstance()
)