diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/status.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mastodon/status.go b/mastodon/status.go index 298c666..6646c60 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -55,6 +55,7 @@ type Status struct { ReplyMap map[string][]ReplyInfo `json:"reply_map"` ReplyNumber int `json:"reply_number"` ThreadInNewTab bool `json:"thread_in_new_tab"` + MaskNSFW bool `json:"mask_nsfw"` } // Context hold information for mastodon context. |