Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support sending messages | Trygve Aaberge | 2024-02-18 | 1 | -0/+11 |
| | |||||
* | Support highlight notifications without rendering history | Trygve Aaberge | 2024-02-18 | 1 | -1/+19 |
| | |||||
* | Split users.info into multiple requests when necessary | Trygve Aaberge | 2024-02-18 | 1 | -1/+41 |
| | | | | | | If you try to request several thousand users in one request (not sure exactly what the limit is), it just returns HTTP 500, so split it into multiple requests with a max of 1000 users per request. | ||||
* | Support rendering attachments | Trygve Aaberge | 2024-02-18 | 1 | -3/+6 |
| | |||||
* | Render reactions after messages | Trygve Aaberge | 2024-02-18 | 1 | -2/+2 |
| | |||||
* | Replace some usages of Any with proper types | Trygve Aaberge | 2024-02-18 | 1 | -5/+3 |
| | |||||
* | Make methods work for callbacks | Trygve Aaberge | 2024-02-18 | 1 | -2/+3 |
| | |||||
* | Split slack classes into multiple files | Trygve Aaberge | 2024-02-18 | 1 | -0/+2 |
| | |||||
* | Type callback return type | Trygve Aaberge | 2024-02-18 | 1 | -2/+4 |
| | |||||
* | Add command to list workspaces | Trygve Aaberge | 2024-02-18 | 1 | -0/+6 |
| | |||||
* | Don't use relative imports | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Use class for shared, so we don't have to change usage when combining | Trygve Aaberge | 2024-02-18 | 1 | -2/+2 |
| | |||||
* | Move main file out of directory | Trygve Aaberge | 2024-02-18 | 1 | -1/+1 |
| | |||||
* | Add callbacks to global scope | Trygve Aaberge | 2024-02-18 | 1 | -0/+8 |