Room Directory Search : setup the feature
This commit is contained in:
parent
2777ba09a3
commit
6e8d0ded36
13 changed files with 447 additions and 0 deletions
|
|
@ -89,4 +89,11 @@ enum class FeatureFlags(
|
|||
defaultValue = true,
|
||||
isFinished = false,
|
||||
),
|
||||
RoomDirectorySearch(
|
||||
key = "feature.roomdirectorysearch",
|
||||
title = "Room directory search",
|
||||
description = "Allow user to search for public rooms in his homeserver",
|
||||
defaultValue = true,
|
||||
isFinished = false,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue