diff --git a/submodules/Postbox/Sources/ChatListViewState.swift b/submodules/Postbox/Sources/ChatListViewState.swift index 2940f0ea36..5772d42d35 100644 --- a/submodules/Postbox/Sources/ChatListViewState.swift +++ b/submodules/Postbox/Sources/ChatListViewState.swift @@ -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) {