summaryrefslogtreecommitdiff
path: root/mastodon/mastodon.go
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2024-10-14 07:54:41 +0000
committerr <r@freesoftwareextremist.com>2024-10-14 07:54:41 +0000
commite5bf3159b8e485c108de0e4b1051ba6b66c16099 (patch)
tree858e645fb47e241c2b4737df31703adeafa09dbf /mastodon/mastodon.go
parent14d5eaf6e9aa3c74049a54a3ef95e71158fd4942 (diff)
downloadbloat-e5bf3159b8e485c108de0e4b1051ba6b66c16099.tar.gz
bloat-e5bf3159b8e485c108de0e4b1051ba6b66c16099.tar.bz2
Add support for quote reply
Diffstat (limited to 'mastodon/mastodon.go')
-rw-r--r--mastodon/mastodon.go1
1 files changed, 1 insertions, 0 deletions
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.