Skip to content
Snippets Groups Projects
Commit 8d2ed0e0 authored by Tom Robinson's avatar Tom Robinson
Browse files

Default metabot to off

parent 2832fcd0
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,8 @@ const SECTIONS = [
key: "metabot-enabled",
display_name: "Metabot",
type: "boolean",
defaultValue: true,
// TODO: why do we have "defaultValue" in addition to "default" in the backend?
defaultValue: false,
required: true,
autoFocus: false
},
......
......@@ -20,7 +20,7 @@
(defsetting metabot-enabled
"Enable Metabot, which lets you search for and view your saved questions directly via Slack."
:type :boolean
:default true)
:default false)
;;; # ------------------------------------------------------------ Metabot Command Handlers ------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment