Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly show reactions with more than 50 users in v3.0.0 | Trygve Aaberge | 2024-02-18 | 2 | -2/+55 |
| | | | | | | | | | | | If a reaction has more than 50 users, the list of users will be cropped to just 50 users. This made the counts wrong since we used the number of users rather than the count property. Fix it by using the count property instead and adding "and others" to the list of users if show_reaction_nicks is enabled (the same as the Slack client shows when you hover over the reaction). This is the same fix as in commit 6b388cd9, but for version 3.0.0. | ||||
* | Support unfurling usergroup names | Trygve Aaberge | 2024-02-18 | 1 | -0/+142 |
| | |||||
* | Call rtm.connect (doesn't connect to web socket yet) | Trygve Aaberge | 2024-02-18 | 1 | -0/+13 |
| | |||||
* | Fix some slack types | Trygve Aaberge | 2024-02-18 | 2 | -9/+11 |
| | |||||
* | Add typing for slack conversations history | Trygve Aaberge | 2024-02-18 | 2 | -0/+383 |
| | |||||
* | Rename mock data files for conversations info | Trygve Aaberge | 2024-02-18 | 6 | -0/+0 |
| | |||||
* | Add type for users.info | Trygve Aaberge | 2024-02-18 | 2 | -0/+102 |
| | |||||
* | Add mock data for users.conversations | Trygve Aaberge | 2024-02-18 | 4 | -0/+1460 |
| | |||||
* | Update types for slack conversations info | Trygve Aaberge | 2024-02-18 | 6 | -2/+8 |
| | |||||
* | Add some mock data files | Trygve Aaberge | 2024-02-18 | 6 | -0/+259 |