Skip to content

Commit d339107

Browse files
committed
fix comment
1 parent 36ce42e commit d339107

File tree

1 file changed

+1
-1
lines changed
  • matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto

1 file changed

+1
-1
lines changed

matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OlmMachine.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ internal class OlmMachine @Inject constructor(
287287

288288
val outAdapter = moshi.adapter(Event::class.java)
289289

290-
// we don't need to use `roomKeyInfos` as we are for now we are
290+
// we don't need to use `roomKeyInfos` as for now we are manually
291291
// checking the returned to devices to check for room keys.
292292
// XXX Anyhow there is now proper signaling we should soon stop parsing them manually
293293
receiveSyncChanges.toDeviceEvents.map {

0 commit comments

Comments
 (0)