Fix duplicate status ids

Use retweeted_by_id to focus target tweet
This commit is contained in:
r 2020-01-05 18:55:37 +00:00
parent 50e58c4e01
commit ca711e62ec
4 changed files with 43 additions and 13 deletions

View file

@ -56,6 +56,7 @@ type Status struct {
ReplyNumber int `json:"reply_number"`
ThreadInNewTab bool `json:"thread_in_new_tab"`
MaskNSFW bool `json:"mask_nsfw"`
RetweetedByID string `json:"retweeted_by_id"`
}
// Context hold information for mastodon context.