Skip to content

Commit

Permalink
internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630726615
  • Loading branch information
hai007 authored and copybara-github committed May 8, 2024
1 parent bc44fee commit 2473df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/sharing_enums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ enum EstablishConnectionStatus {

// The status of sending and receiving attachments. Used by SEND_ATTACHMENTS.
enum AttachmentTransmissionStatus {
UNKNOWN_ATTACHMENT_TRANSMISSION_STATUS = 0
/* status_bucket = STATUS_UNKNOWN */;
UNKNOWN_ATTACHMENT_TRANSMISSION_STATUS = 0;
COMPLETE_ATTACHMENT_TRANSMISSION_STATUS = 1
/* status_bucket = STATUS_SUCCESSFUL */;
CANCELED_ATTACHMENT_TRANSMISSION_STATUS = 2
Expand Down

0 comments on commit 2473df4

Please sign in to comment.