mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Comment [WIP]
This commit is contained in:
@@ -348,6 +348,16 @@ func fetchAndPreloadReplyThreadInfo(context: AccountContext, subject: ReplyThrea
|
||||
scrollToLowerBoundMessage = index
|
||||
}
|
||||
|
||||
if replyThreadMessage.isNotAvailable {
|
||||
return .single(ReplyThreadInfo(
|
||||
message: replyThreadMessage,
|
||||
isChannelPost: replyThreadMessage.isChannelPost,
|
||||
isEmpty: false,
|
||||
scrollToLowerBoundMessage: nil,
|
||||
contextHolder: chatLocationContextHolder
|
||||
))
|
||||
}
|
||||
|
||||
let preloadSignal = preloadedChatHistoryViewForLocation(
|
||||
input,
|
||||
context: context,
|
||||
|
||||
Reference in New Issue
Block a user