trixnity-crypto
3.2.0
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
OlmStore
/
updateInboundMegolmSession
update
Inbound
Megolm
Session
abstract
suspend
fun
updateInboundMegolmSession
(
sessionId
:
String
,
roomId
:
RoomId
,
updater
:
suspend
(
StoredInboundMegolmSession
?
)
->
StoredInboundMegolmSession
?
)