Add todo and screenshot tests
This commit is contained in:
parent
33ee366c8d
commit
750b427bc4
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,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58efadd0883968cedfe5d74c4269edb3e7cadd1150fd0e9bd3425efcc717ec01
|
||||
size 14040
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cd407cdbaab5e3fe6b42ceb98c5b9b6a4012e3781ad7e754531c2ce04d9ee4e
|
||||
size 14810
|
||||
Loading…
Add table
Add a link
Reference in a new issue