mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Quotes and link previews
This commit is contained in:
@@ -858,7 +858,7 @@ final class ChatPinnedMessageTitlePanelNode: ChatTitleAccessoryPanelNode {
|
||||
if url.hasPrefix("tg://") {
|
||||
isConcealed = false
|
||||
}
|
||||
controllerInteraction.openUrl(url, isConcealed, nil, nil)
|
||||
controllerInteraction.openUrl(url, isConcealed, nil, nil, nil)
|
||||
case .requestMap:
|
||||
controllerInteraction.shareCurrentLocation()
|
||||
case .requestPhone:
|
||||
|
||||
Reference in New Issue
Block a user