create room : add Knock feature flag
This commit is contained in:
parent
2c107eeab3
commit
5255b03aca
6 changed files with 50 additions and 10 deletions
|
|
@ -124,5 +124,12 @@ enum class FeatureFlags(
|
|||
" You'll have to stop and re-open the app manually for that setting to take effect.",
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
)
|
||||
),
|
||||
Knock(
|
||||
key = "feature.knock",
|
||||
title = "Ask to join",
|
||||
description = "Allow creating rooms which users can request access to.",
|
||||
defaultValue = { false },
|
||||
isFinished = false,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue