waproto, validate-connection: Update headers and proto to latest version
This commit is contained in:
+1081
-235
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
import { readFileSync, writeFileSync } from 'fs';
|
import { readFileSync, writeFileSync } from 'fs';
|
||||||
import { argv, exit } from 'process';
|
import { exit } from 'process';
|
||||||
|
|
||||||
const filePath = './index.js';
|
const filePath = './index.js';
|
||||||
|
|
||||||
|
|||||||
Vendored
+2614
-566
File diff suppressed because it is too large
Load Diff
+16466
-3184
File diff suppressed because it is too large
Load Diff
@@ -100,8 +100,9 @@ export const generateRegistrationNode = (
|
|||||||
platformType: getPlatformType(config.browser[1]),
|
platformType: getPlatformType(config.browser[1]),
|
||||||
requireFullSync: config.syncFullHistory,
|
requireFullSync: config.syncFullHistory,
|
||||||
historySyncConfig: {
|
historySyncConfig: {
|
||||||
storageQuotaMb: 569150,
|
storageQuotaMb: 10240,
|
||||||
inlineInitialPayloadInE2EeMsg: true,
|
inlineInitialPayloadInE2EeMsg: true,
|
||||||
|
recentSyncDaysLimit: undefined,
|
||||||
supportCallLogHistory: false,
|
supportCallLogHistory: false,
|
||||||
supportBotUserAgentChatHistory: true,
|
supportBotUserAgentChatHistory: true,
|
||||||
supportCagReactionsAndPolls: true,
|
supportCagReactionsAndPolls: true,
|
||||||
@@ -109,7 +110,11 @@ export const generateRegistrationNode = (
|
|||||||
supportRecentSyncChunkMessageCountTuning: true,
|
supportRecentSyncChunkMessageCountTuning: true,
|
||||||
supportHostedGroupMsg: true,
|
supportHostedGroupMsg: true,
|
||||||
supportFbidBotChatHistory: true,
|
supportFbidBotChatHistory: true,
|
||||||
supportMessageAssociation: true
|
supportAddOnHistorySyncMigration: undefined,
|
||||||
|
supportMessageAssociation: true,
|
||||||
|
supportGroupHistory: false,
|
||||||
|
onDemandReady: undefined,
|
||||||
|
supportGuestChat: undefined
|
||||||
},
|
},
|
||||||
version: {
|
version: {
|
||||||
primary: 10,
|
primary: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user