From 8808399c482b2517ebb68812010a79f9a1b75e03 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 31 Oct 2017 13:48:35 +0100 Subject: [PATCH] Fix mattermost breaking notes --- lib/response.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/response.js b/lib/response.js index 0c6a95e..61ce574 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,