Explorar o código

Merge pull request #361 from deltachat/update-on-failure

update lists on failures
cyBerta %!s(int64=5) %!d(string=hai) anos
pai
achega
3349a34a38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/DC/events.swift

+ 1 - 1
deltachat-ios/DC/events.swift

@@ -72,7 +72,7 @@ public func callbackSwift(event: CInt, data1: CUnsignedLong, data2: CUnsignedLon
     case DC_EVENT_IMAP_CONNECTED, DC_EVENT_SMTP_CONNECTED:
         logger.warning("network: \(String(cString: data2String))")
 
-    case DC_EVENT_MSGS_CHANGED, DC_EVENT_MSG_READ, DC_EVENT_MSG_DELIVERED:
+    case DC_EVENT_MSGS_CHANGED, DC_EVENT_MSG_READ, DC_EVENT_MSG_DELIVERED, DC_EVENT_MSG_FAILED:
         logger.info("change: \(event)")
 
         let nc = NotificationCenter.default