From 591360f2a8727e3b1f9e5f28ed3f6d983d6464b8 Mon Sep 17 00:00:00 2001 From: r Date: Thu, 26 Dec 2019 11:25:29 +0000 Subject: Add post format selection --- 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 22f5a53..8a8af6a 100644 --- a/mastodon/mastodon.go +++ b/mastodon/mastodon.go @@ -273,6 +273,7 @@ type Toot struct { Sensitive bool `json:"sensitive"` SpoilerText string `json:"spoiler_text"` Visibility string `json:"visibility"` + ContentType string `json:"content_type"` } // Mention hold information for mention. -- cgit v1.2.3