trixnity-client
3.8.0
common
trixnity-client
/
net.folivo.trixnity.client.crypto
/
ClientOlmStore
/
updateInboundMegolmSession
update
Inbound
Megolm
Session
open
suspend override
fun
updateInboundMegolmSession
(
sessionId
:
String
,
roomId
:
RoomId
,
updater
:
suspend
(
StoredInboundMegolmSession
?
)
->
StoredInboundMegolmSession
?
)