Skip to content

Commit f810017

Browse files
tulirdevlikepro
authored andcommitted
proto: update to v1031716404
(cherry picked from commit ccfa04f)
1 parent c3fb848 commit f810017

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

proto/waArmadilloXMA/WAArmadilloXMA.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/waArmadilloXMA/WAArmadilloXMA.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,5 @@ message ExtendedContentMessage {
155155
repeated WACommon.Mention mentions = 26;
156156
optional XmaDataclassType xmaDataclassType = 27;
157157
optional string signedXmaDataclassValidation = 28;
158+
optional string featureSharedSessionID = 29;
158159
}

proto/waSyncAction/WAWebProtobufSyncAction.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/waSyncAction/WAWebProtobufSyncAction.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ message BusinessBroadcastListAction {
583583
optional bool deleted = 1;
584584
repeated BroadcastListParticipant participants = 2;
585585
optional string listName = 3;
586+
repeated string labelIDs = 4;
586587
}
587588

588589
message BusinessBroadcastAssociationAction {

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, 1031080782}
79+
var waVersion = WAVersionContainer{2, 3000, 1031716404}
8080

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

0 commit comments

Comments
 (0)