mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Better comment
Co-authored-by: poljar <poljar@termina.org.uk>
This commit is contained in:
parent
7616e2d14c
commit
31d3fe38aa
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ internal class OlmSessionStore @Inject constructor(private val store: IMXCryptoS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Store a session between our own device 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
|
* This will be called after the session has been created but also every time it has been used
|
||||||
* in order to persist the correct state for next run
|
* in order to persist the correct state for next run
|
||||||
* @param olmSessionWrapper the end-to-end session.
|
* @param olmSessionWrapper the end-to-end session.
|
||||||
* @param deviceKey the public key of the other device.
|
* @param deviceKey the public key of the other device.
|
||||||
|
|
Loading…
Add table
Reference in a new issue