From 61c166b79570219a515bb3b8dd344a403708b371 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 17 Jun 2024 11:41:02 +0000 Subject: Show quoted posts --- mastodon/status.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mastodon/status.go') diff --git a/mastodon/status.go b/mastodon/status.go index 20f74a5..d009a7f 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -13,7 +13,10 @@ import ( ) type StatusPleroma struct { - InReplyToAccountAcct string `json:"in_reply_to_account_acct"` + InReplyToAccountAcct string `json:"in_reply_to_account_acct"` + Quote *Status `json:"quote"` + QuoteID string `json:"quote_id"` + QuoteVisible bool `json:"quote_visible"` } type ReplyInfo struct { -- cgit v1.2.3