We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab92474 commit c0da9f6Copy full SHA for c0da9f6
vector/src/main/java/im/vector/app/features/spaces/explore/SpaceDirectoryController.kt
@@ -140,7 +140,6 @@ class SpaceDirectoryController @Inject constructor(
140
val matrixItem = data?.knownRoomSummaries?.find { it.roomId == info.childRoomId }?.toMatrixItem()
141
?: info.toMatrixItem()
142
143
-
144
spaceChildInfoItem {
145
id(info.childRoomId)
146
matrixItem(matrixItem)
0 commit comments