From 55987a4c1bd7364eba7438e7326a76a9a550b668 Mon Sep 17 00:00:00 2001 From: r Date: Tue, 14 Jan 2020 16:57:16 +0000 Subject: Refactor renderer and templates --- mastodon/status.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'mastodon') diff --git a/mastodon/status.go b/mastodon/status.go index e6e247f..d6a9330 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -54,10 +54,7 @@ type Status struct { ShowReplies bool `json:"show_replies"` ReplyMap map[string][]ReplyInfo `json:"reply_map"` ReplyNumber int `json:"reply_number"` - ThreadInNewTab bool `json:"thread_in_new_tab"` - MaskNSFW bool `json:"mask_nsfw"` RetweetedByID string `json:"retweeted_by_id"` - DarkMode bool `json:"dark_mode"` } // Context hold information for mastodon context. -- cgit v1.2.3