Add todo and screenshot tests
This commit is contained in:
parent
c81e673111
commit
4fd3cb4c0e
3 changed files with 7 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class ConfigureRoomPresenter @Inject constructor(
|
|||
|
||||
private fun CoroutineScope.createRoom(config: CreateRoomConfig, createRoomAction: MutableState<Async<RoomId>>) = launch {
|
||||
suspend {
|
||||
// TODO pre-process and upload the avatar before creating the room
|
||||
val params = CreateRoomParameters(
|
||||
name = config.roomName,
|
||||
topic = config.topic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue