From 4e79142c930a5675ef78e6922a7c30b0b9b4366f Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Wed, 19 Oct 2022 14:48:05 +0300 Subject: [PATCH] Reactions massive included in status (but, not show who reacted this) --- mastodon/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {