change (composer suggestions) : remove feature flag
This commit is contained in:
parent
48c7e46e47
commit
bfe1aa7edf
5 changed files with 106 additions and 77 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue