trixnity-client
3.0.0-beta1
trixnity-client
/
net.folivo.trixnity.client.store
/
RoomStore
/
update
update
suspend
fun
update
(
roomId
:
RoomId
,
withTransaction
:
Boolean
=
true
,
updater
:
suspend
(
oldRoom
:
Room
?
)
->
Room
?
)