Various improvements

This commit is contained in:
Ilya Laktyushin
2025-11-07 17:46:11 +04:00
parent 62e92134e0
commit 7b5f9a89b2
10 changed files with 94 additions and 49 deletions

View File

@@ -155,6 +155,19 @@ final class CameraLiveStreamComponent: Component {
self.storyContentState = state
self.state?.updated()
})
self.inputMediaNodeDataPromise.set(
ChatEntityKeyboardInputNode.inputData(
context: component.context,
chatPeerId: nil,
areCustomEmojiEnabled: true,
hasTrending: true,
hasSearch: true,
hideBackground: true,
maskEdge: .clip,
sendGif: nil
)
)
}
if let storyContentState = self.storyContentState, let slice = storyContentState.slice {