Add TODO for the remaining case.
This commit is contained in:
committed by
Benoit Marty
parent
5916e92da0
commit
79366e8f1c
@@ -60,6 +60,8 @@ class RustMatrixAuthenticationService @Inject constructor(
|
||||
private val userAgentProvider: UserAgentProvider,
|
||||
) : MatrixAuthenticationService {
|
||||
|
||||
// TODO Provide user agent to RustAuthenticationService
|
||||
// https://github.com/matrix-org/matrix-rust-sdk/issues/2156
|
||||
private val authService: RustAuthenticationService = RustAuthenticationService(
|
||||
basePath = baseDirectory.absolutePath,
|
||||
passphrase = null,
|
||||
|
||||
Reference in New Issue
Block a user