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:
Ricardo Espinoza
2020-10-02 01:31:41 -04:00
committed by GitHub
parent fe802c8f76
commit 39c173a272
3 changed files with 268 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ const userScopes = [
'files:write',
'stars:read',
'stars:write',
'users.profile:read',
'users.profile:write'
];
export class SlackOAuth2Api implements ICredentialType {