mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 21:22:44 +00:00
Fix build
This commit is contained in:
@@ -279,7 +279,7 @@ public final class PeerSelectionControllerImpl: ViewController, PeerSelectionCon
|
||||
if case let .channel(peer) = peer, peer.isForumOrMonoForum, threadId == nil, strongSelf.selectForumThreads {
|
||||
let mainPeer: Signal<EnginePeer?, NoError>
|
||||
if peer.isMonoForum, let linkedMonoforumId = peer.linkedMonoforumId {
|
||||
mainPeer = self.context.engine.data.get(
|
||||
mainPeer = strongSelf.context.engine.data.get(
|
||||
TelegramEngine.EngineData.Item.Peer.Peer(id: linkedMonoforumId)
|
||||
)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user