Improve parallelization of loadMeAndConfig action (#27858)

1. Rewrite of loadConfigAndMe function which includes compatible return types along with less blocking redux actions
2. Actions of webapp/channels/src/components/root/actions.ts moved to webapp/channels/src/actions/views/root.ts for consistency
3. Removes 2 redundant network requests for config and license.
Этот коммит содержится в:
M-ZubairAhmed
2024-08-26 08:40:35 +00:00
коммит произвёл GitHub
родитель daff7a39c5
Коммит 15c9b15f67
17 изменённых файлов: 516 добавлений и 573 удалений

Просмотреть файл

@@ -29,7 +29,6 @@ export type ThreadsRequestStatuses = {
};
export type TeamsRequestsStatuses = {
getMyTeams: RequestStatusType;
getTeams: RequestStatusType;
};