Browse Source

show ephemeral keyword

kaori 5 years ago
parent
commit
247c5af064
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/service/bolt.js

+ 1 - 1
src/server/service/bolt.js

@@ -195,7 +195,7 @@ class BoltService {
         channel: command.channel_id,
         user: command.user_id,
         blocks: [
-          this.generateMarkdownSectionBlock('10 results.'),
+          this.generateMarkdownSectionBlock(`keyword: "${args}" 10 results.`),
           this.generateMarkdownSectionBlock(`${urls.join('\n')}`),
           {
             type: 'actions',