waproto, validate-connection: Update headers and proto to latest version

This commit is contained in:
Rajeh Taher
2025-11-06 22:16:37 +02:00
parent ba32ef9110
commit a8b8eceb72
5 changed files with 20169 additions and 3988 deletions
+7 -2
View File
@@ -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,