Add todo and screenshot tests

This commit is contained in:
Florian Renaud
2023-05-10 15:13:56 +02:00
parent c81e673111
commit 4fd3cb4c0e
3 changed files with 7 additions and 0 deletions

View File

@@ -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,