When searching for profiles, allow inactive (#3254)

This commit is contained in:
Mattermost Build 2019-09-12 16:31:58 +02:00 committed by Elias Nahum
parent 521435748e
commit a9064aca0f

View file

@ -101,7 +101,7 @@ class FilteredList extends Component {
return;
}
searchProfiles(term);
searchProfiles(term, {allow_inactive: true});
searchChannels(currentTeam.id, term);
}, General.SEARCH_TIMEOUT_MILLISECONDS);
}