Skip to content

Commit

Permalink
Update to web version 2.2344.52
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 12, 2023
1 parent c6eaf52 commit 3b59431
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions binary/proto/def.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified binary/proto/def.pb.raw
Binary file not shown.
1 change: 1 addition & 0 deletions binary/proto/def.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ message DeviceProps {
optional uint32 recentSyncDaysLimit = 5;
optional bool supportCallLogHistory = 6;
optional bool supportBotUserAgentChatHistory = 7;
optional bool supportCagReactionsAndPolls = 8;
}

message AppVersion {
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, 2343, 55}
var waVersion = WAVersionContainer{2, 2344, 52}

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

0 comments on commit 3b59431

Please sign in to comment.