Browse Source

Merge pull request #3762 from weseek/fix/remain-proxy-uri-in-db-changing-botType-and-exec-all-reset

add slack:botserverUri null
Yuki Takei 5 years ago
parent
commit
ae71d66475
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/server/routes/apiv3/slack-integration-settings.js

+ 1 - 0
src/server/routes/apiv3/slack-integration-settings.js

@@ -77,6 +77,7 @@ module.exports = (crowi) => {
       'slackbot:currentBotType': null,
       'slackbot:signingSecret': null,
       'slackbot:token': null,
+      'slackbot:serverUri': null,
     };
     const { configManager } = crowi;
     // update config without publishing S2sMessage