meta-horizonn 1.2.4 → 1.2.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/Main.js +6 -5
  2. package/package.json +1 -1
package/Main.js CHANGED
@@ -392,17 +392,18 @@ else userID = maybeUser[0].cookieString().split("=")[1].toString();
392
392
 
393
393
  if (region && mqttEndpoint) {
394
394
  //do sth
395
- }
396
- else {
397
- log.warn("login", getText(Language.NoAreaData));
398
- api["htmlData"] = html;
399
- }
395
+ } else {
396
+ // else {
397
+ // log.warn("login", getText(Language.NoAreaData));
398
+ // api["htmlData"] = html;
399
+ // }
400
400
  if (bypass_region) {
401
401
  logger.Normal(Language.NoAreaDataBypass);
402
402
  } else {
403
403
  log.warn("login", getText(Language.NoAreaData));
404
404
  api["htmlData"] = html;
405
405
  }
406
+ }
406
407
 
407
408
  var defaultFuncs = utils.makeDefaults(html, userID, ctx);
408
409
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-horizonn",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Facebook-Chat-API Protect and Deploy by Kanzu and HZI Team. Kem is redeveloped. Rename package is Meta Horizonn and package supported ChatBot Messenger.",
5
5
  "main": "index.js",
6
6
  "scripts": {