From ca711e62ec85a763f1b17c9443125579a0f0be7a Mon Sep 17 00:00:00 2001 From: r Date: Sun, 5 Jan 2020 18:55:37 +0000 Subject: Fix duplicate status ids Use retweeted_by_id to focus target tweet --- mastodon/status.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mastodon') diff --git a/mastodon/status.go b/mastodon/status.go index 6646c60..06fdd20 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -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. -- cgit v1.2.3