toggle menu
trixnity-client
4.5.1
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.store
/
OlmCryptoStore
/
updateInboundMegolmSession
update
Inbound
Megolm
Session
suspend
fun
updateInboundMegolmSession
(
sessionId
:
String
,
roomId
:
RoomId
,
updater
:
suspend
(
oldInboundMegolmSession
:
StoredInboundMegolmSession
?
)
->
StoredInboundMegolmSession
?
)