From 7616e2d14c53e4ea9b6ee2ea7c93e6b3eddc3f74 Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 4 Mar 2022 19:07:36 +0100 Subject: [PATCH] better comment Co-authored-by: poljar --- .../org/matrix/android/sdk/internal/crypto/OlmSessionStore.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OlmSessionStore.kt b/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OlmSessionStore.kt index 989c9ab86e..f526245c6a 100644 --- a/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OlmSessionStore.kt +++ b/matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/OlmSessionStore.kt @@ -36,7 +36,7 @@ internal class OlmSessionStore @Inject constructor(private val store: IMXCryptoS private val olmSessions = HashMap>() /** - * Store a session between the logged-in user and another device. + * Store a session between our own device and another device. * This will be called after creation but also after any use of the ratchet * in order to persist the correct state for next run * @param olmSessionWrapper the end-to-end session.