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

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

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