mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 01:10:09 +00:00
Fix build
This commit is contained in:
parent
5d2b252850
commit
d2d16117f2
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user