Fixes #21
This commit is contained in:
parent
f5fa52b53c
commit
f5590cbd3a
1 changed files with 1 additions and 1 deletions
2
util.go
2
util.go
|
|
@ -103,7 +103,7 @@ func parseTimeline(timeline *timeline) ([]*Tweet, string) {
|
|||
ID: id,
|
||||
Likes: tweet.FavoriteCount,
|
||||
PermanentURL: fmt.Sprintf("https://twitter.com/%s/status/%s", username, id),
|
||||
Replies: tweet.RetweetCount,
|
||||
Replies: tweet.ReplyCount,
|
||||
Retweets: tweet.RetweetCount,
|
||||
Text: tweet.FullText,
|
||||
UserID: tweet.UserIDStr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue