Fix issue when building previews, roomId must be unique
This commit is contained in:
parent
8272b7a16c
commit
5951182bdf
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ private fun aForwardMessagesRoomList() = persistentListOf(
|
|||
canonicalAlias = RoomAlias("#alias:example.org"),
|
||||
),
|
||||
aRoomSummaryDetails(
|
||||
roomId = RoomId("!room3:domain"),
|
||||
name = null,
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue