From b553c73a9bb1b72eda958b8d5cfba5d81c8cf84d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 27 Jun 2023 10:12:48 +0200 Subject: [PATCH] Add TODO for the remaining case. --- .../matrix/impl/auth/RustMatrixAuthenticationService.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/auth/RustMatrixAuthenticationService.kt b/libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/auth/RustMatrixAuthenticationService.kt index 3907acf730..a51b9eacb5 100644 --- a/libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/auth/RustMatrixAuthenticationService.kt +++ b/libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/auth/RustMatrixAuthenticationService.kt @@ -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,