summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-09-29 08:38:26 -0400
committerJoramWilander <jwawilander@gmail.com>2015-09-29 08:38:26 -0400
commita9f5918a9df9fca2fcab97e2c7e623187755ae78 (patch)
treec1af1e0471d22fdde9288bdd0203fc6351046c9a /config
parent56e31fe4966008d64fd7e57a0efcb0f80b5b2424 (diff)
downloadchat-a9f5918a9df9fca2fcab97e2c7e623187755ae78.tar.gz
chat-a9f5918a9df9fca2fcab97e2c7e623187755ae78.tar.bz2
chat-a9f5918a9df9fca2fcab97e2c7e623187755ae78.zip
Update incoming webhooks to hide DMs and accept direct JSON payloads.
Diffstat (limited to 'config')
-rw-r--r--config/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.json b/config/config.json
index 60e197154..1dbd05a79 100644
--- a/config/config.json
+++ b/config/config.json
@@ -5,7 +5,7 @@
"SegmentDeveloperKey": "",
"GoogleDeveloperKey": "",
"EnableOAuthServiceProvider": false,
- "EnableIncomingWebhooks": false,
+ "EnableIncomingWebhooks": true,
"EnableTesting": false
},
"TeamSettings": {
@@ -86,4 +86,4 @@
"TokenEndpoint": "",
"UserApiEndpoint": ""
}
-} \ No newline at end of file
+}