Add null proxy parameter to RustAuthenticationService
This commit is contained in:
+1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user