Add room moderation feature flag (#2495)
This commit is contained in:
parent
b9d902e3fe
commit
97f2620997
6 changed files with 16 additions and 4 deletions
|
|
@ -82,4 +82,11 @@ enum class FeatureFlags(
|
|||
defaultValue = true,
|
||||
isFinished = false,
|
||||
),
|
||||
RoomModeration(
|
||||
key = "feature.roomModeration",
|
||||
title = "Room moderation",
|
||||
description = "Add moderation features to the room for users with permissions",
|
||||
defaultValue = true,
|
||||
isFinished = false,
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue