RoomDirectory : set default value of FeatureFlag to false.
This commit is contained in:
parent
b15738ed2e
commit
83bcb20cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ enum class FeatureFlags(
|
||||||
key = "feature.roomdirectorysearch",
|
key = "feature.roomdirectorysearch",
|
||||||
title = "Room directory search",
|
title = "Room directory search",
|
||||||
description = "Allow user to search for public rooms in their homeserver",
|
description = "Allow user to search for public rooms in their homeserver",
|
||||||
defaultValue = true,
|
defaultValue = false,
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue