Shun Miyazawa 4 лет назад
Родитель
Сommit
d2ef91accd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/server/service/slackbot.js

+ 1 - 0
src/server/service/slackbot.js

@@ -301,6 +301,7 @@ class SlackBotService extends S2sMessageHandlable {
       const dummyObjectIdOfUser = new mongoose.Types.ObjectId();
       const dummyObjectIdOfUser = new mongoose.Types.ObjectId();
       await Page.create(path, contentsBody, dummyObjectIdOfUser, {});
       await Page.create(path, contentsBody, dummyObjectIdOfUser, {});
 
 
+      // Send a message when page creation is complete
       await client.chat.postEphemeral({
       await client.chat.postEphemeral({
         channel: this.channel_id,
         channel: this.channel_id,
         user: payload.user.id,
         user: payload.user.id,