Remove FeatureFlag.PinnedEvents

This commit is contained in:
Benoit Marty 2025-08-12 15:03:25 +02:00 committed by Benoit Marty
parent be9861bea9
commit 4f0535714e
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
}