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 36ce42e commit d339107Copy full SHA for d339107
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OlmMachine.kt
@@ -287,7 +287,7 @@ internal class OlmMachine @Inject constructor(
287
288
val outAdapter = moshi.adapter(Event::class.java)
289
290
- // we don't need to use `roomKeyInfos` as we are for now we are
+ // we don't need to use `roomKeyInfos` as for now we are manually
291
// checking the returned to devices to check for room keys.
292
// XXX Anyhow there is now proper signaling we should soon stop parsing them manually
293
receiveSyncChanges.toDeviceEvents.map {
0 commit comments