Remove MatrixAuthenticationService.getLatestSessionId()
This commit is contained in:
parent
6f827bb090
commit
92b8be99d1
3 changed files with 0 additions and 10 deletions
|
|
@ -81,10 +81,6 @@ class RustMatrixAuthenticationService(
|
|||
.also { sessionPaths = it }
|
||||
}
|
||||
|
||||
override suspend fun getLatestSessionId(): SessionId? = withContext(coroutineDispatchers.io) {
|
||||
sessionStore.getLatestSession()?.userId?.let { SessionId(it) }
|
||||
}
|
||||
|
||||
override suspend fun restoreSession(sessionId: SessionId): Result<MatrixClient> = withContext(coroutineDispatchers.io) {
|
||||
runCatchingExceptions {
|
||||
val sessionData = sessionStore.getSession(sessionId.value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue