Remove Room moderation feature flag (#2678)

* Remove the feature flag

* Add changelog

* Increase login timeout for Maestro
This commit is contained in:
Jorge Martin Espinosa 2024-04-09 17:53:07 +02:00 committed by GitHub
parent ecd2974fef
commit d0f26777da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 6 additions and 48 deletions

View file

@ -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",

View file

@ -41,7 +41,6 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.Mentions -> true
FeatureFlags.MarkAsUnread -> true
FeatureFlags.RoomListFilters -> true
FeatureFlags.RoomModeration -> false
FeatureFlags.RoomDirectorySearch -> false
}
} else {