Add todo and screenshot tests
This commit is contained in:
+1
@@ -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,
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58efadd0883968cedfe5d74c4269edb3e7cadd1150fd0e9bd3425efcc717ec01
|
||||
size 14040
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cd407cdbaab5e3fe6b42ceb98c5b9b6a4012e3781ad7e754531c2ce04d9ee4e
|
||||
size 14810
|
||||
Reference in New Issue
Block a user