trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store
/
OlmCryptoStore
/
updateOlmSessions
update
Olm
Sessions
suspend
fun
updateOlmSessions
(
senderKey
:
KeyValue.Curve25519KeyValue
,
updater
:
suspend
(
oldSessions
:
Set
<
StoredOlmSession
>
?
)
->
Set
<
StoredOlmSession
>
?
)