meta-horizonn 1.2.4 → 1.2.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/Main.js +4 -4
- package/package.json +1 -1
package/Main.js
CHANGED
@@ -393,10 +393,10 @@ else userID = maybeUser[0].cookieString().split("=")[1].toString();
|
|
393
393
|
if (region && mqttEndpoint) {
|
394
394
|
//do sth
|
395
395
|
}
|
396
|
-
else {
|
397
|
-
|
398
|
-
|
399
|
-
}
|
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 {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "meta-horizonn",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.5",
|
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": {
|