Add TODO for the remaining case.

This commit is contained in:
Benoit Marty
2023-06-27 10:12:48 +02:00
committed by Benoit Marty
parent 5916e92da0
commit 79366e8f1c

View File

@@ -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,