diff --git a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerViewSendMessage.swift b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerViewSendMessage.swift index 17f064a0ab..3c26bf9b38 100644 --- a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerViewSendMessage.swift +++ b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerViewSendMessage.swift @@ -1850,8 +1850,7 @@ final class StoryItemSetContainerSendMessage: @unchecked(Sendable) { updatedPresentationData: updatedPresentationData, chatLocation: .peer(id: peer.id), buttons: buttons, - initialButton: initialButton, - customEmojiAvailable: true + initialButton: initialButton ) attachmentController.didDismiss = { [weak self, weak view] in guard let self, let view else {