From 3c6653a77b8951672ea169d175db154495a981fe Mon Sep 17 00:00:00 2001 From: r Date: Sun, 12 Jan 2020 17:16:57 +0000 Subject: Add dark mode --- model/postContext.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model/postContext.go') diff --git a/model/postContext.go b/model/postContext.go index 3098437..58997f7 100644 --- a/model/postContext.go +++ b/model/postContext.go @@ -9,6 +9,7 @@ type PostContext struct { DefaultVisibility string ReplyContext *ReplyContext Formats []PostFormat + DarkMode bool } type ReplyContext struct { -- cgit v1.2.3