mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -170,6 +170,7 @@ public final class ChatEntityKeyboardInputNode: ChatInputNode {
|
||||
hasStickers: Bool = true,
|
||||
hasGifs: Bool = true,
|
||||
hideBackground: Bool = false,
|
||||
forceHasPremium: Bool = false,
|
||||
sendGif: ((FileMediaReference, UIView, CGRect, Bool, Bool) -> Bool)?
|
||||
) -> Signal<InputData, NoError> {
|
||||
let animationCache = context.animationCache
|
||||
@@ -187,6 +188,7 @@ public final class ChatEntityKeyboardInputNode: ChatInputNode {
|
||||
areCustomEmojiEnabled: areCustomEmojiEnabled,
|
||||
chatPeerId: chatPeerId,
|
||||
hasSearch: hasSearch,
|
||||
forceHasPremium: forceHasPremium,
|
||||
hideBackground: hideBackground
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user