Remove FeatureFlag.PinnedEvents
This commit is contained in:
parent
be9861bea9
commit
4f0535714e
13 changed files with 92 additions and 230 deletions
|
|
@ -34,13 +34,6 @@ enum class FeatureFlags(
|
|||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
PinnedEvents(
|
||||
key = "feature.pinnedEvents",
|
||||
title = "Pinned Events",
|
||||
description = "Allow user to pin events in a room",
|
||||
defaultValue = { true },
|
||||
isFinished = false,
|
||||
),
|
||||
SyncOnPush(
|
||||
key = "feature.syncOnPush",
|
||||
title = "Sync on push",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue