rapido-fca 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -129,7 +129,7 @@ function buildAPI(globalOptions, html, jar) {
129
129
  return log.error('Login', "Appstate is blocked - please renew it");
130
130
  }
131
131
  userID = (tiktikCookie || userCookie).cookieString().split("=")[1];
132
- log.info("Login", `User ID: ${api.getCurrentUserID()}`);
132
+
133
133
  try { clearInterval(checkVerified); } catch (_) { }
134
134
  const clientID = (Math.random() * 2147483648 | 0).toString(16);
135
135
  let mqttEndpoint = `wss://edge-chat.facebook.com/chat?region=pnb&sid=${userID}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rapido-fca",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "A Facebook chat api for messenger bots.",
5
5
  "keywords": [
6
6
  "facebook",