mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix chat request panel info display for bots
This commit is contained in:
parent
6179c3a939
commit
4be2edbc72
@ -101,6 +101,9 @@ func titlePanelForChatPresentationInterfaceState(_ chatPresentationInterfaceStat
|
||||
displayActionsPanel = true
|
||||
}
|
||||
}
|
||||
if peerStatusSettings.requestChatTitle != nil {
|
||||
displayActionsPanel = true
|
||||
}
|
||||
}
|
||||
|
||||
if displayActionsPanel && (selectedContext == nil || selectedContext! <= .pinnedMessage) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user