From 1aff0569bfecf427d097a1601d9c5ac449c65d49 Mon Sep 17 00:00:00 2001 From: r Date: Tue, 31 Dec 2019 11:00:21 +0000 Subject: Add option to mask nsfw attachments --- mastodon/status.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mastodon') 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. -- cgit v1.2.3