diff options
author | Sheogorath | 2017-10-31 14:16:06 +0100 |
---|---|---|
committer | GitHub | 2017-10-31 14:16:06 +0100 |
commit | 4c6e768a52617aed1598bd44744ceca5f6e38f30 (patch) | |
tree | 435817ab2981af377607ca9a35c15e7b86058bee /lib/response.js | |
parent | 66b3463825f229c09db5682a14ac3e403cb5b6b5 (diff) | |
parent | 8808399c482b2517ebb68812010a79f9a1b75e03 (diff) |
Merge pull request #614 from SISheogorath/fix/mattermostVar
Fix mattermost breaking notes
Diffstat (limited to '')
-rwxr-xr-x | lib/response.js | 1 |
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, |