mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Update peers in message history views
This commit is contained in:
@@ -683,6 +683,11 @@ final class MutableMessageHistoryView {
|
||||
hasChanges = true
|
||||
}
|
||||
}
|
||||
if !transaction.currentUpdatedPeers.isEmpty {
|
||||
if loadedState.updatePeers(postbox: postbox, updatedPeers: transaction.currentUpdatedPeers) {
|
||||
hasChanges = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if hasChanges {
|
||||
|
||||
Reference in New Issue
Block a user