Room Directory Search : setup the feature

This commit is contained in:
ganfra 2024-03-20 12:59:02 +01:00
parent ba564bbe9c
commit 94020677ae
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,
)
}