Skip to content

Commit

Permalink
make edit ts optional
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Aug 14, 2024
1 parent f358f79 commit 1086b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ message TranscriptionSegment {
message ChatMessage {
string id = 1; // uuid
int64 timestamp = 2;
int64 edit_timestamp = 3; // populated only if the intent is to edit/update an existing message
optional int64 edit_timestamp = 3; // populated only if the intent is to edit/update an existing message
string message = 4;
bool deleted = 5; // true to remove message
}
Expand Down

0 comments on commit 1086b71

Please sign in to comment.