trixnity-crypto
3.2.0
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmStore
/
updateOlmSessions
update
Olm
Sessions
abstract
suspend
fun
updateOlmSessions
(
senderKey
:
Key.Curve25519Key
,
updater
:
suspend
(
Set
<
StoredOlmSession
>
?
)
->
Set
<
StoredOlmSession
>
?
)