diff --git a/submodules/TelegramCore/Sources/JoinLink.swift b/submodules/TelegramCore/Sources/JoinLink.swift index 76711093d6..b037b017c5 100644 --- a/submodules/TelegramCore/Sources/JoinLink.swift +++ b/submodules/TelegramCore/Sources/JoinLink.swift @@ -28,9 +28,6 @@ public enum ExternalJoiningChatState { } public func joinChatInteractively(with hash: String, account: Account) -> Signal { - #if DEBUG - return .fail(.tooMuchJoined) - #endif return account.network.request(Api.functions.messages.importChatInvite(hash: hash)) |> mapError { error -> JoinLinkError in if error.errorDescription == "CHANNELS_TOO_MUCH" {