Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move SlackErrorResponse into slack_common.pyi | Trygve Aaberge | 2024-02-18 | 2 | -2/+2 |
| | |||||
* | Support unfurling usergroup names | Trygve Aaberge | 2024-02-18 | 1 | -0/+14 |
| | |||||
* | Fix compatibility with Python 3.7 | Trygve Aaberge | 2024-02-18 | 1 | -1/+2 |
| | |||||
* | Add support for completing nicks | Trygve Aaberge | 2024-02-18 | 1 | -0/+11 |
This uses Slacks edgeapi which only works for session tokens, but has the benefit of being able to complete nicks without all users being loaded. So need to add some completion for the loaded users for when using OAuth tokens as well. |