فهرست منبع

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',
+];