Skip to content

Commit

Permalink
proto: update to v1015183498
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 26, 2024
1 parent 018536a commit bb5852f
Show file tree
Hide file tree
Showing 14 changed files with 3,310 additions and 2,435 deletions.
1 change: 0 additions & 1 deletion binary/proto/legacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ type (
ContextInfo = waE2E.ContextInfo
ForwardedNewsletterMessageInfo = waE2E.ContextInfo_ForwardedNewsletterMessageInfo
BotSuggestedPromptMetadata = waE2E.BotSuggestedPromptMetadata
BotSearchMetadata = waE2E.BotSearchMetadata
BotPluginMetadata = waE2E.BotPluginMetadata
BotMetadata = waE2E.BotMetadata
BotAvatarMetadata = waE2E.BotAvatarMetadata
Expand Down
82 changes: 71 additions & 11 deletions proto/waCompanionReg/WAWebProtobufsCompanionReg.pb.go

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

Binary file modified proto/waCompanionReg/WAWebProtobufsCompanionReg.pb.raw
Binary file not shown.
4 changes: 4 additions & 0 deletions proto/waCompanionReg/WAWebProtobufsCompanionReg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ message EncryptedPairingRequest {
optional bytes encryptedPayload = 1;
optional bytes IV = 2;
}

message ClientPairingProps {
optional bool isChatDbLidMigrated = 1;
}
Loading

0 comments on commit bb5852f

Please sign in to comment.