trixnity-client
3.8.0
common
trixnity-client
/
net.folivo.trixnity.client.store
/
OlmCryptoStore
/
updateOutboundMegolmSession
update
Outbound
Megolm
Session
suspend
fun
updateOutboundMegolmSession
(
roomId
:
RoomId
,
updater
:
suspend
(
oldOutboundMegolmSession
:
StoredOutboundMegolmSession
?
)
->
StoredOutboundMegolmSession
?
)