Roll back some refreshDueToExternalTransaction implementations

This commit is contained in:
Ali
2021-11-05 18:26:08 +04:00
parent 37148c70d4
commit 0679e4dd7e
12 changed files with 36 additions and 24 deletions

View File

@@ -28,13 +28,14 @@ final class MutableSynchronizeGroupMessageStatsView: MutablePostboxView {
}
func refreshDueToExternalTransaction(postbox: PostboxImpl) -> Bool {
let groupsAndNamespaces = postbox.synchronizeGroupMessageStatsTable.get()
/*let groupsAndNamespaces = postbox.synchronizeGroupMessageStatsTable.get()
if self.groupsAndNamespaces != groupsAndNamespaces {
self.groupsAndNamespaces = groupsAndNamespaces
return true
} else {
return false
}
}*/
return false
}
func immutableView() -> PostboxView {