mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Refactoring [skip ci]
This commit is contained in:
@@ -2,7 +2,6 @@ import Foundation
|
||||
import UIKit
|
||||
import Display
|
||||
import SwiftSignalKit
|
||||
import Postbox
|
||||
import TelegramCore
|
||||
import LegacyComponents
|
||||
import TelegramPresentationData
|
||||
@@ -322,7 +321,7 @@ public func deleteAccountOptionsController(context: AccountContext, navigationCo
|
||||
|
||||
let presentationData = context.sharedContext.currentPresentationData.with { $0 }
|
||||
|
||||
let supportPeer = Promise<PeerId?>()
|
||||
let supportPeer = Promise<EnginePeer.Id?>()
|
||||
supportPeer.set(context.engine.peers.supportPeerId())
|
||||
|
||||
var faqUrl = presentationData.strings.Settings_FAQ_URL
|
||||
|
||||
Reference in New Issue
Block a user