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 f4b4e4d316
commit b553c73a9b

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,