mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 21:22:44 +00:00
Request chat list fill on a failed add
This commit is contained in:
@@ -381,6 +381,9 @@ private final class ChatListViewSpaceState {
|
||||
}
|
||||
if self.add(entry: .IntermediateMessageEntry(index: updatedIndex, messageIndex: messageIndex)) {
|
||||
hasUpdates = true
|
||||
} else {
|
||||
hasUpdates = true
|
||||
hadRemovals = true
|
||||
}
|
||||
case let .peers(peerIds, asPinned):
|
||||
if let peerIndex = peerIds.firstIndex(of: index.messageIndex.id.peerId) {
|
||||
|
||||
Reference in New Issue
Block a user