commit | b98e602d0e7614ff4ee2dc88944178530297e069 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Sep 27 13:48:23 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Sep 27 13:48:23 2012 -0700 |
tree | 2bff9122129fff3037685cf3899c7afb08f200bd | |
parent | bb198111e4b9fce8c135bb722c2e4287ec2ed37d [diff] [blame] |
display timestamp, beautify display
diff --git a/chatbuf.proto b/chatbuf.proto index 351afd0..c8e4d35 100644 --- a/chatbuf.proto +++ b/chatbuf.proto
@@ -11,5 +11,5 @@ } required ChatMessageType type = 3 [default = CHAT]; optional string data = 4; - optional int32 timestamp = 5; + required int32 timestamp = 5; }