mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Comment improvements
This commit is contained in:
@@ -256,7 +256,7 @@ private func extractAdditionalData(view: MessageHistoryView, chatLocation: ChatL
|
||||
case let .peerNotificationSettings(value):
|
||||
notificationSettings = value
|
||||
case let .cachedPeerData(peerIdValue, value):
|
||||
if case .peer(peerIdValue) = chatLocation {
|
||||
if chatLocation.peerId == peerIdValue {
|
||||
cachedData = value
|
||||
}
|
||||
case let .cachedPeerDataMessages(peerIdValue, value):
|
||||
|
||||
Reference in New Issue
Block a user