From 389a1bc151b2e8889ffcf016f613e32db7a8ddd4 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 28 Oct 2025 21:37:45 -0700 Subject: [PATCH] [Analytics]Add isMutualContact to SEND_ATTACHMENTS_END event. PiperOrigin-RevId: 825355035 --- sharing/proto/analytics/nearby_sharing_log.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sharing/proto/analytics/nearby_sharing_log.proto b/sharing/proto/analytics/nearby_sharing_log.proto index fe6e16da..b7ccbfc9 100644 --- a/sharing/proto/analytics/nearby_sharing_log.proto +++ b/sharing/proto/analytics/nearby_sharing_log.proto @@ -619,6 +619,9 @@ message SharingLog { optional int32 connection_medium = 14; // The data usage of the user settings. optional location.nearby.proto.sharing.DataUsage data_usage = 15; + + // True if the sender and receiver are mutual contacts. + optional bool is_mutual_contact = 16; } // EventType: RECEIVE_ATTACHMENTS_START