Add chat client

This commit is contained in:
Ben Toogood
2020-10-15 15:05:17 +01:00
parent 68f3e52656
commit 9e1c0e990f
7 changed files with 209 additions and 277 deletions

View File

@@ -50,7 +50,7 @@ message Message {
// id of the user who sent the message
string user_id = 4;
// time time the message was sent in unix format
int32 sent_at = 5;
int64 sent_at = 5;
// subject of the message
string subject = 6;
// text of the message