Remove Element Call feature flag and revert base URL to call.element.io (#1809)

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
Jorge Martin Espinosa 2023-11-15 14:02:24 +01:00 committed by GitHub
parent 14cf2b0440
commit 5701e98d77
25 changed files with 164 additions and 191 deletions

View file

@ -55,12 +55,6 @@ enum class FeatureFlags(
description = "Allow user to lock/unlock the app with a pin code or biometrics",
defaultValue = true,
),
InRoomCalls(
key = "feature.elementcall",
title = "Element call in rooms",
description = "Allow user to start or join a call in a room",
defaultValue = true,
),
Mentions(
key = "feature.mentions",
title = "Mentions",