Skip to content

Commit

Permalink
[Sharing] Fix privacy certificate always sync
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700285444
  • Loading branch information
hai007 authored and copybara-github committed Nov 26, 2024
1 parent 9920121 commit 088e5c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sharing/proto/encrypted_metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ message EncryptedMetadata {

// The vendor ID of the local device.
optional int32 vendor_id = 8;

// The icon token of the user whose device created the certificate.
optional string icon_token = 9;
}

0 comments on commit 088e5c1

Please sign in to comment.