Skip to content

Commit

Permalink
Update to web version 2.2409.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 8, 2024
1 parent c5e8575 commit 6652dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binary/proto/def.proto
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ message ContextInfo {
optional string smbClientCampaignId = 45;
optional string smbServerCampaignId = 46;
optional DataSharingContext dataSharingContext = 47;
optional bool alwaysShowAdAttribution = 48;
}

message ForwardedNewsletterMessageInfo {
Expand Down Expand Up @@ -780,7 +781,6 @@ message BotPluginMetadata {
optional string searchProviderUrl = 5;
optional uint32 referenceIndex = 6;
optional uint32 expectedLinksCount = 7;
optional uint32 pluginVersion = 8;
optional string searchQuery = 9;
optional MessageKey parentPluginMessageKey = 10;
}
Expand Down
2 changes: 1 addition & 1 deletion store/clientpayload.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (vc WAVersionContainer) ProtoAppVersion() *waProto.ClientPayload_UserAgent_
}

// waVersion is the WhatsApp web client version
var waVersion = WAVersionContainer{2, 2408, 1}
var waVersion = WAVersionContainer{2, 2409, 2}

// waVersionHash is the md5 hash of a dot-separated waVersion
var waVersionHash [16]byte
Expand Down

0 comments on commit 6652dae

Please sign in to comment.