From 3c6653a77b8951672ea169d175db154495a981fe Mon Sep 17 00:00:00 2001 From: r Date: Sun, 12 Jan 2020 17:16:57 +0000 Subject: Add dark mode --- mastodon/status.go | 1 + 1 file changed, 1 insertion(+) (limited to 'mastodon') diff --git a/mastodon/status.go b/mastodon/status.go index 06fdd20..e6e247f 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -57,6 +57,7 @@ type Status struct { 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