diff options
author | r <r@freesoftwareextremist.com> | 2020-01-14 16:57:16 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-01-14 16:57:16 +0000 |
commit | 55987a4c1bd7364eba7438e7326a76a9a550b668 (patch) | |
tree | 366dd5280f307ece3fc2343be3f24036f577f93b /mastodon | |
parent | 3c6653a77b8951672ea169d175db154495a981fe (diff) | |
download | bloat-55987a4c1bd7364eba7438e7326a76a9a550b668.tar.gz bloat-55987a4c1bd7364eba7438e7326a76a9a550b668.zip |
Refactor renderer and templates
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/status.go | 3 |
1 files changed, 0 insertions, 3 deletions
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. |