Add null proxy parameter to RustAuthenticationService
This commit is contained in:
parent
ffd72ae99c
commit
9198cb19ac
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue