Remove Room moderation feature flag (#2678)
* Remove the feature flag * Add changelog * Increase login timeout for Maestro
This commit is contained in:
parent
ecd2974fef
commit
d0f26777da
9 changed files with 6 additions and 48 deletions
|
|
@ -82,13 +82,6 @@ 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,
|
||||
),
|
||||
RoomDirectorySearch(
|
||||
key = "feature.roomdirectorysearch",
|
||||
title = "Room directory search",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue