summaryrefslogtreecommitdiff
path: root/lib/response.js
diff options
context:
space:
mode:
authorSheogorath2017-10-31 13:48:35 +0100
committerSheogorath2017-10-31 13:48:35 +0100
commit8808399c482b2517ebb68812010a79f9a1b75e03 (patch)
tree435817ab2981af377607ca9a35c15e7b86058bee /lib/response.js
parent66b3463825f229c09db5682a14ac3e403cb5b6b5 (diff)
Fix mattermost breaking notes
Diffstat (limited to '')
-rwxr-xr-xlib/response.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/response.js b/lib/response.js
index 0c6a95ea..61ce5747 100755
--- a/lib/response.js
+++ b/lib/response.js
@@ -96,6 +96,7 @@ function responseHackMD (res, note) {
twitter: config.isTwitterEnable,
github: config.isGitHubEnable,
gitlab: config.isGitLabEnable,
+ mattermost: config.isMattermostEnable,
dropbox: config.isDropboxEnable,
google: config.isGoogleEnable,
ldap: config.isLDAPEnable,