summaryrefslogtreecommitdiffstats
path: root/model/preference.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/preference.go')
-rw-r--r--model/preference.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/preference.go b/model/preference.go
index b74e25d81..5787fe6ef 100644
--- a/model/preference.go
+++ b/model/preference.go
@@ -15,6 +15,7 @@ const (
PREFERENCE_CATEGORY_DIRECT_CHANNEL_SHOW = "direct_channel_show"
PREFERENCE_CATEGORY_TUTORIAL_STEPS = "tutorial_step"
PREFERENCE_CATEGORY_ADVANCED_SETTINGS = "advanced_settings"
+ PREFERENCE_CATEGORY_FLAGGED_POST = "flagged_post"
PREFERENCE_CATEGORY_DISPLAY_SETTINGS = "display_settings"
PREFERENCE_NAME_COLLAPSE_SETTING = "collapse_previews"