Reactions massive included in status (but, not show who reacted this)

This commit is contained in:
localhost_frssoft 2022-10-19 14:48:05 +03:00
parent fc569742bc
commit 4e79142c93
1 changed files with 1 additions and 1 deletions

View File

@ -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 {