Now private and public channels are loaded (#1222)

Fixes #1210
This commit is contained in:
Ricardo Espinoza
2020-12-02 06:54:19 -05:00
committed by GitHub
parent a38665e82c
commit 1b724db3c2
3 changed files with 5 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ const userScopes = [
'stars:write',
'users.profile:read',
'users.profile:write',
'groups:read',
'im:read',
'mpim:read',
];
export class SlackOAuth2Api implements ICredentialType {