Remove FeatureFlag.VoiceMessages
This commit is contained in:
parent
82c86a2b4d
commit
0ba783cd93
11 changed files with 19 additions and 122 deletions
|
|
@ -21,13 +21,6 @@ enum class FeatureFlags(
|
|||
override val defaultValue: (BuildMeta) -> Boolean,
|
||||
override val isFinished: Boolean,
|
||||
) : Feature {
|
||||
VoiceMessages(
|
||||
key = "feature.voicemessages",
|
||||
title = "Voice messages",
|
||||
description = "Send and receive voice messages",
|
||||
defaultValue = { true },
|
||||
isFinished = true,
|
||||
),
|
||||
MarkAsUnread(
|
||||
key = "feature.markAsUnread",
|
||||
title = "Mark as unread",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue