Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions server/public/model/feature_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ type FeatureFlags struct {
// being unreachable.
ClusterGracefulDrain bool

ChannelBookmarks bool

// Enable React concurrent rendering
EnableConcurrentReact bool

Expand Down Expand Up @@ -227,8 +225,6 @@ func (f *FeatureFlags) SetDefaults() {

f.MmBlocksEnabled = true

f.ChannelBookmarks = true

f.EnableConcurrentReact = false

f.EnableMFIPluginSignaturePublicKey = true
Expand Down
Loading