Просмотр исходного кода

add middleware and postMessage

zahmis 4 лет назад
Родитель
Сommit
66162066f3
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      packages/slack/src/utils/required-scopes.ts

+ 3 - 1
packages/slack/src/utils/required-scopes.ts

@@ -1 +1,3 @@
-export const requiredScopes: string[] = ['commands', 'team:read', 'chat:write', 'channels:history', 'groups:history', 'im:history', 'mpim:history'];
+export const requiredScopes: string[] = [
+  'commands', 'team:read', 'chat:write', 'channels:history', 'groups:history', 'im:history', 'mpim:history', 'app_mentions:read',
+];