mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix chat request panel info display for bots
This commit is contained in:
@@ -101,6 +101,9 @@ func titlePanelForChatPresentationInterfaceState(_ chatPresentationInterfaceStat
|
||||
displayActionsPanel = true
|
||||
}
|
||||
}
|
||||
if peerStatusSettings.requestChatTitle != nil {
|
||||
displayActionsPanel = true
|
||||
}
|
||||
}
|
||||
|
||||
if displayActionsPanel && (selectedContext == nil || selectedContext! <= .pinnedMessage) {
|
||||
|
||||
Reference in New Issue
Block a user