aboutsummaryrefslogtreecommitdiff
path: root/mastodon/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/status.go')
-rw-r--r--mastodon/status.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon/status.go b/mastodon/status.go
index b4f57ae..7a29b99 100644
--- a/mastodon/status.go
+++ b/mastodon/status.go
@@ -52,8 +52,8 @@ type Status struct {
// Custom fields
Pleroma StatusPleroma `json:"pleroma"`
ShowReplies bool `json:"show_replies"`
- ReplyMap map[string][]ReplyInfo `json:"reply_map"`
- ReplyNumber int `json:"reply_number"`
+ IDReplies map[string][]ReplyInfo `json:"id_replies"`
+ IDNumbers map[string]int `json:"id_numbers"`
RetweetedByID string `json:"retweeted_by_id"`
}