From b918bf96156c871d1b5f983755cc1664c2c8453a Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Mon, 29 Jan 2024 00:10:32 +0400 Subject: [PATCH] Fix build --- .../Sources/StoryItemSetContainerComponent.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift index f42e52dd2ee..d4180316637 100644 --- a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift +++ b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift @@ -1566,6 +1566,7 @@ public final class StoryItemSetContainerComponent: Component { availableReactions: component.availableReactions, entityFiles: item.entityFiles, audioMode: component.audioMode, + baseRate: component.storyItemSharedState.baseRate, isVideoBuffering: visibleItem.isBuffering, isCurrent: index == centralIndex, activateReaction: { [weak self] reactionView, reaction in