zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
d80cd19bcc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/server/routes/apiv3/slack-integration.js

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

@@ -286,7 +286,8 @@ module.exports = (crowi) => {
         channel: '#general',
         channel: '#general',
         text: 'Your test was successful!',
         text: 'Your test was successful!',
       });
       });
-      logger.info('SlackTest: send success massage to slack work space at #general');
+      logger.info('SlackTest: send success massage to slack work space at #general.');
+      logger.info('If you do not receive a message, you may not have invited the bot to the #general channel.');
       return res.apiv3({ slackBotToken });
       return res.apiv3({ slackBotToken });
     }
     }
     catch (error) {
     catch (error) {