mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Slack Node): Add missing channels:read OAuth2 scope (#5092)
This commit is contained in:
@@ -2,6 +2,7 @@ import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|||||||
|
|
||||||
//https://api.slack.com/authentication/oauth-v2
|
//https://api.slack.com/authentication/oauth-v2
|
||||||
const userScopes = [
|
const userScopes = [
|
||||||
|
'channels:read',
|
||||||
'channels:write',
|
'channels:write',
|
||||||
'chat:write',
|
'chat:write',
|
||||||
'files:read',
|
'files:read',
|
||||||
|
|||||||
Reference in New Issue
Block a user