Add TODO for the remaining case.
This commit is contained in:
parent
f4b4e4d316
commit
b553c73a9b
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue