From ea73e0b9af5ee3f69353677090ae20a43c84d004 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sat, 19 Dec 2020 03:45:28 +0400 Subject: [PATCH] Fix build --- submodules/PeerInfoUI/Sources/ChannelVisibilityController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/PeerInfoUI/Sources/ChannelVisibilityController.swift b/submodules/PeerInfoUI/Sources/ChannelVisibilityController.swift index 7af836359e..45c79c36f3 100644 --- a/submodules/PeerInfoUI/Sources/ChannelVisibilityController.swift +++ b/submodules/PeerInfoUI/Sources/ChannelVisibilityController.swift @@ -855,7 +855,7 @@ public func channelVisibilityController(context: AccountContext, peerId: PeerId, actionsDisposable.add((context.account.viewTracker.peerView(peerId) |> filter { $0.cachedData != nil } |> take(1) |> mapToSignal { view -> Signal in return ensuredExistingPeerExportedInvitation(account: context.account, peerId: peerId) - |> mapToSignal { _ -> Signal in + |> mapToSignal { _ -> Signal in return .complete() } }).start())