Add RoomListSpaceFilters FF
This commit is contained in:
parent
a9a0c252b9
commit
908616e8e8
1 changed files with 7 additions and 0 deletions
|
|
@ -84,6 +84,13 @@ enum class FeatureFlags(
|
||||||
defaultValue = { false },
|
defaultValue = { false },
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
|
RoomListSpaceFilters(
|
||||||
|
key = "feature.roomListSpaceFilters",
|
||||||
|
title = "Room list space filters",
|
||||||
|
description = "Allow filtering the room list by space.",
|
||||||
|
defaultValue = { false },
|
||||||
|
isFinished = false,
|
||||||
|
),
|
||||||
PrintLogsToLogcat(
|
PrintLogsToLogcat(
|
||||||
key = "feature.print_logs_to_logcat",
|
key = "feature.print_logs_to_logcat",
|
||||||
title = "Print logs to logcat",
|
title = "Print logs to logcat",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue