From 76c088fea5612be44f649730f9f0b31e67c7ea4d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Sep 2025 00:30:40 -0500 Subject: [PATCH] marshal this for regex --- chat.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.proto b/chat.proto index a8c98b2..b8dcf76 100644 --- a/chat.proto +++ b/chat.proto @@ -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;