mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 23:35:26 +00:00
update to remove reply/quote counts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user