Skip to content

Commit bb5852f

Browse files
committed
proto: update to v1015183498
1 parent 018536a commit bb5852f

14 files changed

+3310
-2435
lines changed

binary/proto/legacy.go

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ type (
175175
ContextInfo = waE2E.ContextInfo
176176
ForwardedNewsletterMessageInfo = waE2E.ContextInfo_ForwardedNewsletterMessageInfo
177177
BotSuggestedPromptMetadata = waE2E.BotSuggestedPromptMetadata
178-
BotSearchMetadata = waE2E.BotSearchMetadata
179178
BotPluginMetadata = waE2E.BotPluginMetadata
180179
BotMetadata = waE2E.BotMetadata
181180
BotAvatarMetadata = waE2E.BotAvatarMetadata

proto/waCompanionReg/WAWebProtobufsCompanionReg.pb.go

+71-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

proto/waCompanionReg/WAWebProtobufsCompanionReg.proto

+4
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ message EncryptedPairingRequest {
7474
optional bytes encryptedPayload = 1;
7575
optional bytes IV = 2;
7676
}
77+
78+
message ClientPairingProps {
79+
optional bool isChatDbLidMigrated = 1;
80+
}

0 commit comments

Comments
 (0)