We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3f5e0 commit d22d9f0Copy full SHA for d22d9f0
libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/RustMatrixClientFactory.kt
@@ -60,6 +60,9 @@ class RustMatrixClientFactory @Inject constructor(
60
.homeserverUrl(sessionData.homeserverUrl)
61
.username(sessionData.userId)
62
.setSessionDelegate(sessionDelegate)
63
+ .roomKeyRecipientStrategy(
64
+ strategy = CollectStrategy.DeviceBasedStrategy(false, true)
65
+ )
66
.use { it.build() }
67
68
client.restoreSession(sessionData.toSession())
0 commit comments