Create PinnedEventsTimelineProvider, expose it in TimelineBindings

This commit is contained in:
Jorge Martín
2025-11-03 14:43:18 +01:00
parent 569f9a3735
commit d373cbe8a7
4 changed files with 36 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
/*
* Copyright 2025 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 io.element.android.libraries.matrix.api.timeline.TimelineProvider
interface PinnedEventsTimelineProvider : TimelineProvider