Explorar o código

Send correct DC_EVENT_MSGS_CHANGED when returning from share extension

B. Petersen %!s(int64=3) %!d(string=hai) anos
pai
achega
cb5eaed7da
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      deltachat-ios/AppDelegate.swift

+ 4 - 1
deltachat-ios/AppDelegate.swift

@@ -197,7 +197,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
                     NotificationCenter.default.post(
                         name: dcNotificationChanged,
                         object: nil,
-                        userInfo: [:]
+                        userInfo: [
+                            "message_id": Int(0),
+                            "chat_id": Int(0),
+                        ]
                     )
                 }
             }