diff --git a/submodules/TelegramCore/Sources/State/AccountStateManager.swift b/submodules/TelegramCore/Sources/State/AccountStateManager.swift index 9faf4f49f7..1601b20c24 100644 --- a/submodules/TelegramCore/Sources/State/AccountStateManager.swift +++ b/submodules/TelegramCore/Sources/State/AccountStateManager.swift @@ -311,11 +311,12 @@ public final class AccountStateManager { |> distinctUntilChanged |> mapToSignal { value -> Signal in if isMaxMessageId { - return network.request(Api.functions.messages.receivedMessages(maxId: value)) + return .complete() + /*return network.request(Api.functions.messages.receivedMessages(maxId: value)) |> ignoreValues |> `catch` { _ -> Signal in return .complete() - } + }*/ } else { if value == 0 { return .complete()