Browse Source

add scope

zahmis 4 years ago
parent
commit
602595e80d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/slackbot-proxy/src/controllers/slack.ts

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

@@ -59,6 +59,7 @@ export class SlackCtrl {
         'im:history',
         'im:history',
         'mpim:history',
         'mpim:history',
         'chat:write',
         'chat:write',
+        'team:read',
       ],
       ],
     });
     });