diff --git a/mastodon/status.go b/mastodon/status.go index d69a895..67f5ee8 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -12,7 +12,7 @@ import ( type StatusPleroma struct { InReplyToAccountAcct string `json:"in_reply_to_account_acct"` - Reactions []*ReactionsPleroma + Reactions []*ReactionsPleroma `json:"emoji_reactions"` } type ReactionsPleroma struct {