From 9e556721c507f5cfbafa32afbfa80b70c6f0eca1 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 29 Dec 2019 11:32:24 +0000 Subject: Add default settings --- mastodon/status.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mastodon') diff --git a/mastodon/status.go b/mastodon/status.go index 816d092..298c666 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -54,6 +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"` } // Context hold information for mastodon context. -- cgit v1.2.3