Skip to content

Commit

Permalink
add date last modified to payload header
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715187381
  • Loading branch information
anayw2001 authored and copybara-github committed Feb 5, 2025
1 parent c6c8c23 commit 70711dd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ message PayloadTransferFrame {
optional bool is_sensitive = 4;
optional string file_name = 5;
optional string parent_folder = 6;
optional int64 last_modified_timestamp_millis = 7;
}

// Accompanies DATA packets.
Expand Down

0 comments on commit 70711dd

Please sign in to comment.