fca-unofficial
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "fca-unofficial", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -277,3 +277,12 @@ "use strict"; | ||
return att; | ||
}).map(att => utils._formatAttachment(att)), | ||
}).map(att => { | ||
var x; | ||
try { | ||
x = utils._formatAttachment(att); | ||
} catch (ex) { | ||
x = att; | ||
x.error = ex; | ||
} | ||
return x; | ||
}), | ||
body: delta.deltaMessageReply.repliedToMessage.body || "", | ||
@@ -280,0 +289,0 @@ isGroup: !!delta.deltaMessageReply.repliedToMessage.messageMetadata.threadKey.threadFbId, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
531408
6517