marshal this for regex

This commit is contained in:
Jeff Carr 2025-09-01 00:30:40 -05:00
parent 5d62516c40
commit 76c088fea5
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ message CodeSnippet {
string content = 2;
}
message ChatEntry {
message ChatEntry { // `autogenpb:marshal`
Who from = 1;
google.protobuf.Timestamp ctime = 2;
string content = 3;