summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-01 00:30:40 -0500
committerJeff Carr <[email protected]>2025-09-01 00:30:40 -0500
commit76c088fea5612be44f649730f9f0b31e67c7ea4d (patch)
tree33ea47bbfb3c806da664d12620a135b9bc748d0b
parent5d62516c40934e21157219413934795f52238598 (diff)
marshal this for regex
-rw-r--r--chat.proto2
1 files changed, 1 insertions, 1 deletions
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;