visible quoted status

This commit is contained in:
localhost_frssoft 2023-11-05 01:22:24 +03:00
parent aeba4e6682
commit e99b6aa5f2
4 changed files with 14 additions and 0 deletions

View file

@ -18,6 +18,7 @@ import (
type StatusPleroma struct {
InReplyToAccountAcct string `json:"in_reply_to_account_acct"`
Reactions []*ReactionsPleroma `json:"emoji_reactions"`
Quote *Status `json:"quote"` // Quoted statuses
}
type ReactionsPleroma struct {