mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Refactor chat controller data management
This commit is contained in:
@@ -20,6 +20,6 @@ public extension ChatControllerImpl {
|
||||
if let foundItemNode, let message = foundItemNode.item?.message {
|
||||
self.chatDisplayNode.historyNode.setCurrentDeleteAnimationCorrelationIds(Set([message.stableId]))
|
||||
}
|
||||
self.chatDisplayNode.historyNode.adMessagesContext?.remove(opaqueId: opaqueId)
|
||||
self.chatDisplayNode.adMessagesContext?.remove(opaqueId: opaqueId)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user