fix(Slack Node): Add missing channels:read OAuth2 scope (#5092)

This commit is contained in:
Tom 2023-01-05 14:02:16 +01:00 committed by GitHub
parent d548161632
commit 62b2fc37c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ import { ICredentialType, INodeProperties } from 'n8n-workflow';
//https://api.slack.com/authentication/oauth-v2
const userScopes = [
'channels:read',
'channels:write',
'chat:write',
'files:read',