diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/status.go | 1 |
1 files changed, 1 insertions, 0 deletions
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. |