aboutsummaryrefslogtreecommitdiffstats
path: root/mock_data
Commit message (Collapse)AuthorAgeFilesLines
* Correctly show reactions with more than 50 users in v3.0.0Trygve Aaberge2024-02-182-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 namesTrygve Aaberge2024-02-181-0/+142
|
* Call rtm.connect (doesn't connect to web socket yet)Trygve Aaberge2024-02-181-0/+13
|
* Fix some slack typesTrygve Aaberge2024-02-182-9/+11
|
* Add typing for slack conversations historyTrygve Aaberge2024-02-182-0/+383
|
* Rename mock data files for conversations infoTrygve Aaberge2024-02-186-0/+0
|
* Add type for users.infoTrygve Aaberge2024-02-182-0/+102
|
* Add mock data for users.conversationsTrygve Aaberge2024-02-184-0/+1460
|
* Update types for slack conversations infoTrygve Aaberge2024-02-186-2/+8
|
* Add some mock data filesTrygve Aaberge2024-02-186-0/+259