|
@@ -433,7 +433,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
// if at some point we do per-message-push-notifications, we need to tweak this gate.
|
|
// if at some point we do per-message-push-notifications, we need to tweak this gate.
|
|
let nowTimestamp = Double(Date().timeIntervalSince1970)
|
|
let nowTimestamp = Double(Date().timeIntervalSince1970)
|
|
if nowTimestamp < bgIoTimestamp + 60 {
|
|
if nowTimestamp < bgIoTimestamp + 60 {
|
|
- self.pushToDebugArray("e2")
|
|
|
|
|
|
+ self.pushToDebugArray("e2:"+String(format: "%.3fs:%.3fs", nowTimestamp, bgIoTimestamp + 60))
|
|
logger.info("➡️ fetch was just executed, skipping")
|
|
logger.info("➡️ fetch was just executed, skipping")
|
|
completionHandler(.newData)
|
|
completionHandler(.newData)
|
|
return
|
|
return
|