marshal this for regex
This commit is contained in:
parent
5d62516c40
commit
76c088fea5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue