Add null proxy parameter to RustAuthenticationService

This commit is contained in:
Jorge Martín 2024-02-22 17:01:27 +01:00
parent ffd72ae99c
commit 9198cb19ac

View file

@ -64,6 +64,7 @@ class RustMatrixAuthenticationService @Inject constructor(
private val authService: RustAuthenticationService = RustAuthenticationService(
basePath = baseDirectory.absolutePath,
passphrase = pendingPassphrase,
proxy = null,
userAgent = userAgentProvider.provide(),
additionalRootCertificates = emptyList(),
oidcConfiguration = oidcConfiguration,