mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-22 03:51:28 +00:00
Reactions massive included in status (but, not show who reacted this)
This commit is contained in:
parent
fc569742bc
commit
4e79142c93
|
@ -12,7 +12,7 @@ import (
|
||||||
|
|
||||||
type StatusPleroma struct {
|
type StatusPleroma struct {
|
||||||
InReplyToAccountAcct string `json:"in_reply_to_account_acct"`
|
InReplyToAccountAcct string `json:"in_reply_to_account_acct"`
|
||||||
Reactions []*ReactionsPleroma
|
Reactions []*ReactionsPleroma `json:"emoji_reactions"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ReactionsPleroma struct {
|
type ReactionsPleroma struct {
|
||||||
|
|
Loading…
Reference in a new issue