mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Restore this annotation
This commit is contained in:
parent
518ec738f3
commit
cde7096928
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ internal class DefaultLegacySessionImporter @Inject constructor(
|
|||
}
|
||||
|
||||
private suspend fun importCredentials(legacyConfig: LegacyHomeServerConnectionConfig) {
|
||||
@Suppress("DEPRECATION")
|
||||
val sessionParams = SessionParams(
|
||||
credentials = Credentials(
|
||||
userId = legacyConfig.credentials.userId,
|
||||
|
|
Loading…
Reference in a new issue