Room list invites : clean and format
This commit is contained in:
parent
e72983f1b8
commit
e171472fc4
13 changed files with 7 additions and 20 deletions
|
|
@ -29,5 +29,4 @@ sealed interface DeeplinkData {
|
|||
|
||||
/** The target is a room, with the given [sessionId], [roomId] and optionally a [threadId]. */
|
||||
data class Room(override val sessionId: SessionId, val roomId: RoomId, val threadId: ThreadId?) : DeeplinkData
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,5 +33,4 @@ class DeepLinkCreatorTest {
|
|||
assertThat(sut.room(A_SESSION_ID, A_ROOM_ID, A_THREAD_ID))
|
||||
.isEqualTo("elementx://open/@alice:server.org/!aRoomId:domain/\$aThreadId")
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue