mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix reading
This commit is contained in:
parent
1157ed10ce
commit
b5742e6961
@ -2552,7 +2552,8 @@ public final class ChatHistoryListNodeImpl: ListView, ChatHistoryNode, ChatHisto
|
||||
}
|
||||
|
||||
if let messageIndex = messageIndex {
|
||||
self.updateMaxVisibleReadIncomingMessageIndex(messageIndex)
|
||||
let _ = messageIndex
|
||||
//self.updateMaxVisibleReadIncomingMessageIndex(messageIndex)
|
||||
}
|
||||
|
||||
if let maxOverallIndex = maxOverallIndex, maxOverallIndex != self.maxVisibleMessageIndexReported {
|
||||
|
Loading…
x
Reference in New Issue
Block a user