瀏覽代碼

add required scopes

Yuki Takei 4 年之前
父節點
當前提交
ab8a6749bc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/slack/src/utils/required-scopes.ts

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

@@ -2,6 +2,7 @@ export const requiredScopes: string[] = [
   'commands',
   'team:read',
   'chat:write',
+  'chat:write.public',
   'channels:join',
   'channels:history',
   'groups:history',