toggle menu
trixnity-client
4.5.1
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.store
/
RoomUserStore
/
update
update
suspend
fun
update
(
userId
:
UserId
,
roomId
:
RoomId
,
updater
:
suspend
(
oldRoomUser
:
RoomUser
?
)
->
RoomUser
?
)