Add RoomListSpaceFilters FF

This commit is contained in:
ganfra 2026-02-02 16:15:35 +01:00
parent f59159d0fe
commit b1488f42ca

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",