mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* [MM-16182] Migrate Team.GetTeamsForUserWithPagination to Sync by default #11117 + Team.GetTeamsForUserWithPagination returns ([]*model.TeamMember, *model.AppError) now instead of StoreChannel. + Updated mock. + Updated tests to use new explicit async. * Fix Whitespace from go fmt * Changed team_store.go to not use explicit async. * Fixed up files from the review + Dont reassign var to ms. + Avoid nesting of the fetch calls. + Directly return fetch instead of nil, err and team, nil.