change (composer suggestions) : remove feature flag

This commit is contained in:
ganfra 2025-03-26 21:46:23 +01:00
parent 48c7e46e47
commit bfe1aa7edf
5 changed files with 106 additions and 77 deletions

View file

@ -54,20 +54,6 @@ enum class FeatureFlags(
defaultValue = { true },
isFinished = true,
),
Mentions(
key = "feature.mentions",
title = "Mentions",
description = "Type `@` to get mention suggestions and insert them",
defaultValue = { true },
isFinished = false,
),
RoomAliasSuggestions(
key = "feature.roomAliasSuggestions",
title = "Room alias suggestions",
description = "Type `#` to get room alias suggestions and insert them",
defaultValue = { false },
isFinished = false,
),
MarkAsUnread(
key = "feature.markAsUnread",
title = "Mark as unread",