Remove ReadReceipts feature flag.
This commit is contained in:
parent
cd1b80ef18
commit
4dcafb6aa6
15 changed files with 14 additions and 70 deletions
|
|
@ -75,11 +75,4 @@ enum class FeatureFlags(
|
|||
defaultValue = true,
|
||||
isFinished = false,
|
||||
),
|
||||
ReadReceipts(
|
||||
key = "feature.readreceipts",
|
||||
title = "Show read receipts",
|
||||
description = null,
|
||||
defaultValue = true,
|
||||
isFinished = false,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue