Merge branch 'develop' of https://github.com/CatchChat/Yep into develop

This commit is contained in:
kevinzhow
2015-09-01 15:55:30 +08:00
+1 -1
View File
@@ -1535,7 +1535,7 @@ func createMessageWithMessageInfo(messageInfo: JSONDictionary, #failureHandler:
if
FayeService.sharedManager.client.connected,
FayeService.sharedManager.client.connected && false, // Faye
let recipientType = messageInfo["recipient_type"] as? String,
let recipientID = messageInfo["recipient_id"] as? String {