mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
fix(Slack Node): Add missing channels:read OAuth2 scope (#5092)
This commit is contained in:
parent
d548161632
commit
62b2fc37c3
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue