mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Format
This commit is contained in:
parent
d2eca739f4
commit
abdfd9deee
1 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,8 @@ class SpaceListViewModel @AssistedInject constructor(@Assisted initialState: Spa
|
|||
}
|
||||
session.coroutineScope.launch {
|
||||
orderCommands.forEach {
|
||||
session.getRoom(it.spaceId)?.updateAccountData(RoomAccountDataTypes.EVENT_TYPE_SPACE_ORDER,
|
||||
session.getRoom(it.spaceId)?.updateAccountData(
|
||||
RoomAccountDataTypes.EVENT_TYPE_SPACE_ORDER,
|
||||
SpaceOrderContent(order = it.order).toContent()
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue