Skip to content

Commit

Permalink
fix: rename timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 1, 2024
1 parent e572a6a commit 568622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/message_contents/frames.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message FrameActionBody {
// The 1-indexed button that was clicked
string button_index = 2;
// Timestamp of the click in milliseconds since the epoch
uint64 timestamp_ms = 3;
uint64 timestamp = 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 568622b

Please sign in to comment.