Room Directory Search : setup the feature

This commit is contained in:
ganfra 2024-03-20 12:59:02 +01:00
parent 2777ba09a3
commit 6e8d0ded36
13 changed files with 447 additions and 0 deletions

View file

@ -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,
)
}