Add Feature flag for Spaces
This commit is contained in:
parent
c843faff3a
commit
aca27093e1
1 changed files with 7 additions and 0 deletions
|
|
@ -130,6 +130,13 @@ enum class FeatureFlags(
|
||||||
defaultValue = { false },
|
defaultValue = { false },
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
|
Space(
|
||||||
|
key = "feature.space",
|
||||||
|
title = "Spaces",
|
||||||
|
description = "Spaces are under active development, only developers should enable this flog for now.",
|
||||||
|
defaultValue = { false },
|
||||||
|
isFinished = false,
|
||||||
|
),
|
||||||
MediaUploadOnSendQueue(
|
MediaUploadOnSendQueue(
|
||||||
key = "feature.media_upload_through_send_queue",
|
key = "feature.media_upload_through_send_queue",
|
||||||
title = "Media upload through send queue",
|
title = "Media upload through send queue",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue