feat(slack): request channels:manage and groups:write for conversation ops (#4792)

This commit is contained in:
Waleed
2026-05-29 12:22:21 -07:00
committed by GitHub
parent 8d68c8a0f3
commit 8daca91e52
+2
View File
@@ -696,8 +696,10 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
scopes: [
'channels:read',
'channels:history',
'channels:manage',
'groups:read',
'groups:history',
'groups:write',
'chat:write',
'chat:write.public',
'im:write',