From e5bf3159b8e485c108de0e4b1051ba6b66c16099 Mon Sep 17 00:00:00 2001 From: r Date: Mon, 14 Oct 2024 07:54:41 +0000 Subject: Add support for quote reply --- mastodon/mastodon.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mastodon/mastodon.go') diff --git a/mastodon/mastodon.go b/mastodon/mastodon.go index 194ca30..ca2089c 100644 --- a/mastodon/mastodon.go +++ b/mastodon/mastodon.go @@ -198,6 +198,7 @@ type Toot struct { SpoilerText string `json:"spoiler_text"` Visibility string `json:"visibility"` ContentType string `json:"content_type"` + QuoteID string `json:"quote_id"` } // Mention hold information for mention. -- cgit v1.2.3