meta-horizonn 1.3.2 → 1.3.3
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 +5 -8
- package/package.json +1 -1
package/Main.js
CHANGED
@@ -156,7 +156,7 @@ if (global.Fca.Require.FastConfig.HTML.HTML) Server= express.listen(express.get(
|
|
156
156
|
// WSS.handleUpgrade(escapedReq, escapedSocket, escapedHead, (wss) => {
|
157
157
|
// const escapedWss = escapeHTML(wss);
|
158
158
|
// const escapedReq = escapeHTML(req);
|
159
|
-
|
159
|
+
|
160
160
|
// escapedWss.emit('connection', escapedWss, escapedReq);
|
161
161
|
// });
|
162
162
|
// });
|
@@ -207,7 +207,7 @@ if (global.Fca.Require.FastConfig.HTML.HTML) Server= express.listen(express.get(
|
|
207
207
|
// }
|
208
208
|
// }
|
209
209
|
// }
|
210
|
-
|
210
|
+
|
211
211
|
// }
|
212
212
|
|
213
213
|
/!-[ Function setOptions ]-!/
|
@@ -338,7 +338,7 @@ else userID = maybeUser[0].cookieString().split("=")[1].toString();
|
|
338
338
|
}
|
339
339
|
|
340
340
|
let Slot = Object.keys(CHECK_MQTT);
|
341
|
-
|
341
|
+
|
342
342
|
var mqttEndpoint, region, irisSeqID;
|
343
343
|
Object.keys(CHECK_MQTT).map(function(MQTT) {
|
344
344
|
if (CHECK_MQTT[MQTT] && !region) {
|
@@ -863,7 +863,6 @@ function loginHelper(appState, email, password, globalOptions, callback, prCallb
|
|
863
863
|
|
864
864
|
try {
|
865
865
|
if (appState) {
|
866
|
-
if (Array.isArray(appState) && appState.length > 0 && appState[0].hasOwnProperty('key')) {
|
867
866
|
// console.log(gradient('purple', 'orange').multiline(["H", "O", "R", "I", "Z", "O", "N"].join('\n')));
|
868
867
|
logger.Normal(Language.OnProcess);
|
869
868
|
switch (Database().has("FBKEY")) {
|
@@ -883,7 +882,6 @@ try {
|
|
883
882
|
Database().set('FBKEY', SecurityKey);
|
884
883
|
}
|
885
884
|
}
|
886
|
-
}
|
887
885
|
try {
|
888
886
|
switch (global.Fca.Require.FastConfig.EncryptFeature) {
|
889
887
|
case true: {
|
@@ -971,8 +969,7 @@ try {
|
|
971
969
|
});
|
972
970
|
Database().set('Backup', appState);
|
973
971
|
mainPromise = utils.get('https://www.facebook.com/', jar, null, globalOptions, { noRef: true }).then(utils.saveCookies(jar));
|
974
|
-
}
|
975
|
-
// }
|
972
|
+
}
|
976
973
|
catch (e) {
|
977
974
|
try {
|
978
975
|
if (Database().has('Backup')) {
|
@@ -1194,7 +1191,7 @@ function login(loginData, options, callback) {
|
|
1194
1191
|
emitReady: false,
|
1195
1192
|
userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8"
|
1196
1193
|
};
|
1197
|
-
|
1194
|
+
|
1198
1195
|
var prCallback = null;
|
1199
1196
|
if (utils.getType(callback) !== "Function" && utils.getType(callback) !== "AsyncFunction") {
|
1200
1197
|
var rejectFunc = null;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "meta-horizonn",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.3",
|
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": {
|