Add RoomListSpaceFilters FF

This commit is contained in:
ganfra
2026-02-02 16:15:35 +01:00
parent a9a0c252b9
commit 908616e8e8

View File

@@ -84,6 +84,13 @@ enum class FeatureFlags(
defaultValue = { 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(
key = "feature.print_logs_to_logcat",
title = "Print logs to logcat",