RoomListFilters: add feature flag

This commit is contained in:
ganfra 2024-02-20 12:36:20 +01:00
parent 648ab3b7c5
commit 31988e81fa
7 changed files with 31 additions and 1 deletions

View file

@ -82,4 +82,11 @@ enum class FeatureFlags(
defaultValue = true,
isFinished = false,
),
RoomListFilters(
key = "feature.roomlistfilters",
title = "Room list filters",
description = "Allow user to filter the room list",
defaultValue = true,
isFinished = false,
),
}