From 088e5c1a3ed891c2c84b97d0f0941be967690931 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 26 Nov 2024 03:45:29 -0800 Subject: [PATCH] [Sharing] Fix privacy certificate always sync PiperOrigin-RevId: 700285444 --- sharing/proto/encrypted_metadata.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sharing/proto/encrypted_metadata.proto b/sharing/proto/encrypted_metadata.proto index 9eeecb3ded..1f380a1d35 100644 --- a/sharing/proto/encrypted_metadata.proto +++ b/sharing/proto/encrypted_metadata.proto @@ -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; }