Add feature flag for room alias suggestions, disabled by default.
This commit is contained in:
parent
ff217d4f88
commit
4c8f23a0cb
2 changed files with 10 additions and 1 deletions
|
|
@ -72,6 +72,13 @@ enum class FeatureFlags(
|
|||
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