Rename ElementX to Element X. Only for user facing value. In the doc I prefer to keep ElementX.
This commit is contained in:
parent
8851479d19
commit
011f7a1064
4 changed files with 6 additions and 8 deletions
|
|
@ -116,7 +116,7 @@ class RustMatrixAuthenticationService @Inject constructor(
|
|||
override suspend fun login(username: String, password: String): Result<SessionId> =
|
||||
withContext(coroutineDispatchers.io) {
|
||||
runCatching {
|
||||
val client = authService.login(username, password, "ElementX Android", null)
|
||||
val client = authService.login(username, password, "Element X Android", null)
|
||||
val sessionData = client.use { it.session().toSessionData() }
|
||||
sessionStore.storeData(sessionData)
|
||||
SessionId(sessionData.userId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue