From b2a71e427d8d3ea338507bd68b45848e13305a69 Mon Sep 17 00:00:00 2001 From: Anay Wadhera Date: Mon, 27 Jan 2025 11:42:05 -0800 Subject: [PATCH] internal change PiperOrigin-RevId: 720250168 --- sharing/proto/wire_format.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sharing/proto/wire_format.proto b/sharing/proto/wire_format.proto index b5e73dc5..5a166991 100644 --- a/sharing/proto/wire_format.proto +++ b/sharing/proto/wire_format.proto @@ -211,7 +211,7 @@ message V1Frame { // An introduction packet sent by the sending side. Contains a list of files // they'd like to share. -// NEXT_ID=9 +// NEXT_ID=10 message IntroductionFrame { enum SharingUseCase { UNKNOWN = 0; @@ -228,6 +228,7 @@ message IntroductionFrame { optional bool start_transfer = 6; repeated StreamMetadata stream_metadata = 7; optional SharingUseCase use_case = 8; + repeated int64 preview_payload_ids = 9; } // A progress update packet sent by the sending side. Contains transfer progress