summaryrefslogtreecommitdiff
path: root/chat.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chat.proto')
-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;