Skip to content

Commit b553db2

Browse files
committed
proto: update to v1031080782
1 parent fc91dda commit b553db2

7 files changed

Lines changed: 74 additions & 29 deletions

proto/waHistorySync/WAWebProtobufsHistorySync.pb.go

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waHistorySync/WAWebProtobufsHistorySync.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ message Conversation {
6060
COMPLETE_BUT_MORE_MESSAGES_REMAIN_ON_PRIMARY = 0;
6161
COMPLETE_AND_NO_MORE_MESSAGE_REMAIN_ON_PRIMARY = 1;
6262
COMPLETE_ON_DEMAND_SYNC_BUT_MORE_MSG_REMAIN_ON_PRIMARY = 2;
63+
COMPLETE_ON_DEMAND_SYNC_WITH_MORE_MSG_ON_PRIMARY_BUT_NO_ACCESS = 3;
6364
}
6465

6566
required string ID = 1;

proto/waWa6/WAWebProtobufsWa6.pb.go

Lines changed: 43 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waWa6/WAWebProtobufsWa6.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ message ClientPayload {
6363
OVERRIDE = 3;
6464
FALLBACK = 4;
6565
MNS = 5;
66+
MNS_SECONDARY = 6;
67+
SOCKS_PROXY = 7;
6668
}
6769

6870
optional DNSResolutionMethod dnsMethod = 15;
@@ -97,6 +99,8 @@ message ClientPayload {
9799
optional string version = 2;
98100
optional WebdPayload webdPayload = 3;
99101
optional WebSubPlatform webSubPlatform = 4;
102+
optional string browser = 5;
103+
optional string browserVersion = 6;
100104
}
101105

102106
message UserAgent {

proto/waWeb/WAWebProtobufsWeb.pb.go

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waWeb/WAWebProtobufsWeb.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ message WebMessageInfo {
315315
optional GroupHistoryBundleInfo groupHistoryBundleInfo = 75;
316316
optional InteractiveMessageAdditionalMetadata interactiveMessageAdditionalMetadata = 76;
317317
optional QuarantinedMessage quarantinedMessage = 77;
318+
optional uint32 nonJIDMentions = 78;
318319
}
319320

320321
message PaymentInfo {

store/clientpayload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func (vc WAVersionContainer) ProtoAppVersion() *waWa6.ClientPayload_UserAgent_Ap
7676
}
7777

7878
// waVersion is the WhatsApp web client version
79-
var waVersion = WAVersionContainer{2, 3000, 1030403648}
79+
var waVersion = WAVersionContainer{2, 3000, 1031080782}
8080

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

0 commit comments

Comments
 (0)