Remove FeatureFlag.PinnedEvents

This commit is contained in:
Benoit Marty
2025-08-12 15:03:25 +02:00
committed by Benoit Marty
parent c42ae056f2
commit 3a14fcdc0d
13 changed files with 92 additions and 230 deletions

View File

@@ -1,15 +0,0 @@
/*
* Copyright 2024 New Vector Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
*/
package io.element.android.features.messages.api.pinned
import androidx.compose.runtime.Composable
fun interface IsPinnedMessagesFeatureEnabled {
@Composable
operator fun invoke(): Boolean
}