[MM-18365] When searching for profiles, allow inactive (#3252)

This commit is contained in:
Miguel de la Cruz 2019-09-12 16:27:40 +02:00 committed by Jesús Espino
parent a6a1c725aa
commit 72d1895bd3

View file

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