summaryrefslogtreecommitdiffstats
path: root/utils/diagnostic.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/diagnostic.go')
-rw-r--r--utils/diagnostic.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/diagnostic.go b/utils/diagnostic.go
index 7509ccbb5..525dfd794 100644
--- a/utils/diagnostic.go
+++ b/utils/diagnostic.go
@@ -82,6 +82,9 @@ func trackConfig() {
"restrict_custom_emoji_creation": *Cfg.ServiceSettings.RestrictCustomEmojiCreation,
"enable_testing": Cfg.ServiceSettings.EnableTesting,
"enable_developer": *Cfg.ServiceSettings.EnableDeveloper,
+ "restrict_post_delete": *Cfg.ServiceSettings.RestrictPostDelete,
+ "allow_edit_post": *Cfg.ServiceSettings.AllowEditPost,
+ "post_edit_time_limit": *Cfg.ServiceSettings.PostEditTimeLimit,
})
SendDiagnostic(TRACK_CONFIG_TEAM, map[string]interface{}{