Skip to content

Commit

Permalink
fix: change to milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 1, 2024
1 parent aaf5ba5 commit e572a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/message_contents/frames.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ message FrameActionBody {
string frame_url = 1;
// The 1-indexed button that was clicked
string button_index = 2;
// Timestamp of the click in nanoseconds
uint64 timestamp_ns = 3;
// Timestamp of the click in milliseconds since the epoch
uint64 timestamp_ms = 3;
// A unique identifier for the conversation, not tied to anything on the
// network. Will not match the topic or conversation_id
string opaque_conversation_identifier = 4;
Expand Down

0 comments on commit e572a6a

Please sign in to comment.