mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Post suggestions
This commit is contained in:
@@ -63,6 +63,8 @@ func inputContextQueriesForChatPresentationIntefaceState(_ chatPresentationInter
|
||||
break
|
||||
case .businessLinkSetup:
|
||||
return []
|
||||
case .postSuggestions:
|
||||
return []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -241,6 +243,8 @@ func inputTextPanelStateForChatPresentationInterfaceState(_ chatPresentationInte
|
||||
break
|
||||
case .businessLinkSetup:
|
||||
stickersEnabled = false
|
||||
case .postSuggestions:
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user