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,