From 7ff96bc5013eef3bf3208b31154d082a2860545e Mon Sep 17 00:00:00 2001 From: Ali <> Date: Fri, 18 Sep 2020 22:00:37 +0400 Subject: [PATCH] Fix reply thread chat --- submodules/TelegramUI/Sources/ChatHistoryEntriesForView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramUI/Sources/ChatHistoryEntriesForView.swift b/submodules/TelegramUI/Sources/ChatHistoryEntriesForView.swift index d016f05878..2442e144bb 100644 --- a/submodules/TelegramUI/Sources/ChatHistoryEntriesForView.swift +++ b/submodules/TelegramUI/Sources/ChatHistoryEntriesForView.swift @@ -136,7 +136,7 @@ func chatHistoryEntriesForView(location: ChatLocation, view: MessageHistoryView, } var addedThreadHead = false - if case let .replyThread(messageId, isChannelPost, _, _, _) = location, view.earlierId == nil, !view.isLoading { + if case let .replyThread(messageId, isChannelPost, _, _, _) = location, view.earlierId == nil, !view.holeEarlier, !view.isLoading { loop: for entry in view.additionalData { switch entry { case let .message(id, messages) where id == messageId: