mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Roll back some refreshDueToExternalTransaction implementations
This commit is contained in:
@@ -28,7 +28,7 @@ final class MutablePeerPresencesView: MutablePostboxView {
|
||||
}
|
||||
|
||||
func refreshDueToExternalTransaction(postbox: PostboxImpl) -> Bool {
|
||||
var presences: [PeerId: PeerPresence] = [:]
|
||||
/*var presences: [PeerId: PeerPresence] = [:]
|
||||
|
||||
for id in self.ids {
|
||||
if let presence = postbox.peerPresenceTable.get(id) {
|
||||
@@ -58,7 +58,8 @@ final class MutablePeerPresencesView: MutablePostboxView {
|
||||
return true
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
}*/
|
||||
return false
|
||||
}
|
||||
|
||||
func immutableView() -> PostboxView {
|
||||
|
||||
Reference in New Issue
Block a user