Преглед изворни кода

add middleware and postMessage

zahmis пре 4 година
родитељ
комит
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',
+];