@vangbanlanhat/fca-unofficial 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vangbanlanhat/fca-unofficial",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "main": "src/index.js",
5
5
  "description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.",
6
6
  "scripts": {
@@ -782,9 +782,9 @@ module.exports = function (defaultFuncs, api, ctx) {
782
782
  msgEmitter.emit("message", message);
783
783
  });
784
784
 
785
- globalCallback = function (error, message) {
786
- return rawCallback(error, message);
787
- };
785
+ // globalCallback = function (error, message) {
786
+ // return rawCallback(error, message);
787
+ // };
788
788
 
789
789
  //Reset some stuff
790
790
  if (!ctx.firstListen) ctx.lastSeqId = null;