Remove FeatureFlag.MarkAsUnread

This commit is contained in:
Benoit Marty 2025-08-12 14:40:48 +02:00 committed by Benoit Marty
parent 0ba783cd93
commit 1268f74420
6 changed files with 28 additions and 51 deletions

View file

@ -21,13 +21,6 @@ enum class FeatureFlags(
override val defaultValue: (BuildMeta) -> Boolean,
override val isFinished: Boolean,
) : Feature {
MarkAsUnread(
key = "feature.markAsUnread",
title = "Mark as unread",
description = "Allow user to mark a room as unread",
defaultValue = { true },
isFinished = false,
),
RoomDirectorySearch(
key = "feature.roomdirectorysearch",
title = "Room directory search",