diff options
| author | Jeff Carr <[email protected]> | 2025-09-01 00:30:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-01 00:30:40 -0500 |
| commit | 76c088fea5612be44f649730f9f0b31e67c7ea4d (patch) | |
| tree | 33ea47bbfb3c806da664d12620a135b9bc748d0b | |
| parent | 5d62516c40934e21157219413934795f52238598 (diff) | |
marshal this for regex
| -rw-r--r-- | chat.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
