Explorar el Código

call new api dc_perform_mv|sentbox_jobs()

B. Petersen hace 5 años
padre
commit
00a4f6ae48
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      deltachat-ios/AppDelegate.swift

+ 2 - 0
deltachat-ios/AppDelegate.swift

@@ -195,6 +195,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
 
         DispatchQueue.global(qos: .background).async {
             while self.state == .running {
+                dc_perform_sentbox_jobs(mailboxPointer)
                 dc_perform_sentbox_fetch(mailboxPointer)
                 dc_perform_sentbox_idle(mailboxPointer)
             }
@@ -202,6 +203,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
 
         DispatchQueue.global(qos: .background).async {
             while self.state == .running {
+                dc_perform_mvbox_jobs(mailboxPointer)
                 dc_perform_mvbox_fetch(mailboxPointer)
                 dc_perform_mvbox_idle(mailboxPointer)
             }