Files
mostlymatter/app
Kyle Reczek 3c13b0e4e7 [MM-16182] Migrate Team.GetTeamsForUserWithPagination to Sync by default #11117 (#11235)
* [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.
2019-06-20 08:42:09 +02:00
..
2018-03-07 12:36:40 -06:00
2019-05-21 10:57:26 -07:00
2019-03-06 15:06:45 -05:00
2019-05-21 10:57:26 -07:00