Remove feature flag SecureStorage
This commit is contained in:
parent
6c5567d075
commit
fb368f058b
11 changed files with 12 additions and 65 deletions
|
|
@ -68,13 +68,6 @@ enum class FeatureFlags(
|
|||
defaultValue = true,
|
||||
isFinished = false,
|
||||
),
|
||||
SecureStorage(
|
||||
key = "feature.securestorage",
|
||||
title = "Chat backup",
|
||||
description = "Allow access to backup and restore chat history settings",
|
||||
defaultValue = true,
|
||||
isFinished = false,
|
||||
),
|
||||
MarkAsUnread(
|
||||
key = "feature.markAsUnread",
|
||||
title = "Mark as unread",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue