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 { argv, exit } from 'process';
|
||||
import { exit } from 'process';
|
||||
|
||||
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]),
|
||||
requireFullSync: config.syncFullHistory,
|
||||
historySyncConfig: {
|
||||
storageQuotaMb: 569150,
|
||||
storageQuotaMb: 10240,
|
||||
inlineInitialPayloadInE2EeMsg: true,
|
||||
recentSyncDaysLimit: undefined,
|
||||
supportCallLogHistory: false,
|
||||
supportBotUserAgentChatHistory: true,
|
||||
supportCagReactionsAndPolls: true,
|
||||
@@ -109,7 +110,11 @@ export const generateRegistrationNode = (
|
||||
supportRecentSyncChunkMessageCountTuning: true,
|
||||
supportHostedGroupMsg: true,
|
||||
supportFbidBotChatHistory: true,
|
||||
supportMessageAssociation: true
|
||||
supportAddOnHistorySyncMigration: undefined,
|
||||
supportMessageAssociation: true,
|
||||
supportGroupHistory: false,
|
||||
onDemandReady: undefined,
|
||||
supportGuestChat: undefined
|
||||
},
|
||||
version: {
|
||||
primary: 10,
|
||||
|
||||
Reference in New Issue
Block a user