better comment

Co-authored-by: poljar <poljar@termina.org.uk>
This commit is contained in:
Valere 2022-03-04 19:07:36 +01:00
parent 5d952feef9
commit 7616e2d14c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ internal class OlmSessionStore @Inject constructor(private val store: IMXCryptoS
private val olmSessions = HashMap<String, MutableList<OlmSessionWrapper>>()
/**
* 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.