zahmis %!s(int64=4) %!d(string=hai) anos
pai
achega
f37dad4379

+ 3 - 0
packages/slack/src/utils/publish-initial-home-view.ts

@@ -1,3 +1,6 @@
+// Now Home tab is disabled
+// TODO Imple Home tab
+
 import { ViewsPublishResponse, WebClient } from '@slack/web-api';
 import { ViewsPublishResponse, WebClient } from '@slack/web-api';
 
 
 export const publishInitialHomeView = (client: WebClient, userId: string): Promise<ViewsPublishResponse> => {
 export const publishInitialHomeView = (client: WebClient, userId: string): Promise<ViewsPublishResponse> => {

+ 1 - 1
packages/slackbot-proxy/src/controllers/slack.ts

@@ -387,8 +387,8 @@ export class SlackCtrl {
         await Promise.all([
         await Promise.all([
           // post message
           // post message
           postWelcomeMessage(client, userId),
           postWelcomeMessage(client, userId),
-          // TODO When Home tab show off, use and write detail
           // publish home
           // publish home
+          // TODO When Home tab show off, use bellow.
           // publishInitialHomeView(client, userId),
           // publishInitialHomeView(client, userId),
         ]);
         ]);
       }
       }