This commit is contained in:
Andrey Blinov
2020-08-17 19:00:55 +07:00
parent 29dbb3dea1
commit d16af298d9

View File

@@ -68,6 +68,9 @@ open class ChatController: UIViewController, WKNavigationDelegate, WKScriptMessa
"stop": dtFormat.string(from: currentDate)
]
] as [String: Any], callback: {(result) in
ChatApiMessagesWrapper(result as! Dictionary<String, Any>)
callback([
"success": false,
"error": [