aboutsummaryrefslogtreecommitdiff
path: root/mastodon
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon')
-rw-r--r--mastodon/status.go1
1 files changed, 1 insertions, 0 deletions
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.