Sfoglia il codice sorgente

add middleware and postMessage

zahmis 4 anni fa
parent
commit
66162066f3
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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',
+];