alicezetion 1.4.8 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.cache/replit/__replit_disk_meta.json +1 -1
- package/Main.js +3 -3
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":3763463497230534835,"last_updated":{"seconds":1693558152,"nanos":617107000}}
|
package/Main.js
CHANGED
@@ -285,7 +285,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
285
285
|
clearInterval(checkVerified);
|
286
286
|
|
287
287
|
var clientID = (Math.random() * 2147483648 | 0).toString(16);
|
288
|
-
|
288
|
+
/*
|
289
289
|
var CHECK_MQTT = {
|
290
290
|
oldFBMQTTMatch: html.match(/irisSeqID:"(.+?)",appID:219994525426954,endpoint:"(.+?)"/),
|
291
291
|
newFBMQTTMatch: html.match(/{"app_id":"219994525426954","endpoint":"(.+?)","iris_seq_id":"(.+?)"}/),
|
@@ -318,7 +318,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
318
318
|
}
|
319
319
|
return;
|
320
320
|
}
|
321
|
-
});
|
321
|
+
}); */
|
322
322
|
|
323
323
|
var ctx = {
|
324
324
|
userID: userID,
|
@@ -329,7 +329,7 @@ function buildAPI(globalOptions, html, jar) {
|
|
329
329
|
access_token: 'NONE',
|
330
330
|
clientMutationId: 0,
|
331
331
|
mqttClient: undefined,
|
332
|
-
lastSeqId: irisSeqID
|
332
|
+
lastSeqId: undefined, //irisSeqID
|
333
333
|
syncToken: undefined,
|
334
334
|
mqttEndpoint: mqttEndpoint,
|
335
335
|
region: region,
|