mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50:56 +00:00
no message
This commit is contained in:
parent
48f2eb1061
commit
95f77e2cdc
@ -215,7 +215,7 @@ private final class ChatListViewSpaceState {
|
|||||||
if let lastMessage = lowerOrAtAnchorMessages.min(by: { $0.entryIndex < $1.entryIndex }) {
|
if let lastMessage = lowerOrAtAnchorMessages.min(by: { $0.entryIndex < $1.entryIndex }) {
|
||||||
nextLowerIndex = lastMessage.entryIndex
|
nextLowerIndex = lastMessage.entryIndex
|
||||||
} else {
|
} else {
|
||||||
nextLowerIndex = resolvedAnchorIndex
|
nextLowerIndex = resolvedAnchorIndex.successor
|
||||||
}
|
}
|
||||||
let loadedLowerMessages = postbox.chatListTable.entries(groupId: groupId, from: (nextLowerIndex.index, nextLowerIndex.isMessage), to: (lowerBound.index, lowerBound.isMessage), peerChatInterfaceStateTable: postbox.peerChatInterfaceStateTable, count: self.halfLimit - lowerOrAtAnchorMessages.count, predicate: filterPredicate.flatMap { mappedChatListFilterPredicate(postbox: postbox, groupId: groupId, predicate: $0) }).map(mapEntry)
|
let loadedLowerMessages = postbox.chatListTable.entries(groupId: groupId, from: (nextLowerIndex.index, nextLowerIndex.isMessage), to: (lowerBound.index, lowerBound.isMessage), peerChatInterfaceStateTable: postbox.peerChatInterfaceStateTable, count: self.halfLimit - lowerOrAtAnchorMessages.count, predicate: filterPredicate.flatMap { mappedChatListFilterPredicate(postbox: postbox, groupId: groupId, predicate: $0) }).map(mapEntry)
|
||||||
lowerOrAtAnchorMessages.append(contentsOf: loadedLowerMessages)
|
lowerOrAtAnchorMessages.append(contentsOf: loadedLowerMessages)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user