mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Feature/slack status change (#995)
* Added methods to set and get the user's status. * Fixed set status message * Improvements to #993 * 💄 small cosmetic change Co-authored-by: Tobias Schulz-Hess <tobias+xps@schulz-hess.de> Co-authored-by: Tobias Schulz-Hess <tobias.schulz-hess@xing.com>
This commit is contained in:
@@ -10,6 +10,8 @@ const userScopes = [
|
||||
'files:write',
|
||||
'stars:read',
|
||||
'stars:write',
|
||||
'users.profile:read',
|
||||
'users.profile:write'
|
||||
];
|
||||
|
||||
export class SlackOAuth2Api implements ICredentialType {
|
||||
|
||||
Reference in New Issue
Block a user