update to remove reply/quote counts

This commit is contained in:
Asim Aslam
2021-09-15 14:29:45 +01:00
parent e55e9e067e
commit f0d27ee9df
3 changed files with 33 additions and 63 deletions

View File

@@ -18,10 +18,6 @@ message Tweet {
string username = 3;
// time of tweet
string created_at = 4;
// number of replies
int64 reply_count = 5;
// number of times quoted
int64 quote_count = 6;
// number of times retweeted
int64 retweeted_count = 7;
// number of times favourited