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