Remove FeatureFlag.IncomingShare

This commit is contained in:
Benoit Marty 2025-08-12 12:53:02 +02:00 committed by Benoit Marty
parent d39332f8cc
commit 4192633930
9 changed files with 1 additions and 172 deletions

View file

@ -82,13 +82,6 @@ enum class FeatureFlags(
defaultValue = { OnBoardingConfig.CAN_LOGIN_WITH_QR_CODE },
isFinished = false,
),
IncomingShare(
key = "feature.incomingShare",
title = "Incoming Share support",
description = "Allow the application to receive data from other applications",
defaultValue = { true },
isFinished = false,
),
PinnedEvents(
key = "feature.pinnedEvents",
title = "Pinned Events",