aboutsummaryrefslogtreecommitdiff
path: root/model/postContext.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/postContext.go')
-rw-r--r--model/postContext.go1
1 files changed, 1 insertions, 0 deletions
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 {