aboutsummaryrefslogtreecommitdiffstats
path: root/slack/register.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs when changing input while completingTrygve Aaberge2024-02-181-4/+15
|
* Add support for completing nicksTrygve Aaberge2024-02-181-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.
* Connect to all workspaces concurrentlyTrygve Aaberge2024-02-181-1/+1
|
* Rename initTrygve Aaberge2024-02-181-0/+110