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