aboutsummaryrefslogtreecommitdiff
path: root/mastodon/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/status.go')
-rw-r--r--mastodon/status.go3
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.