mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-24 20:26:02 +10:00
only use API use send messages (Faye can receive)
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user