Parcourir la source

add middleware and postMessage

zahmis il y a 4 ans
Parent
commit
66162066f3
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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',
+];