When searching for profiles, allow inactive (#3254)
This commit is contained in:
parent
521435748e
commit
a9064aca0f
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class FilteredList extends Component {
|
|||
return;
|
||||
}
|
||||
|
||||
searchProfiles(term);
|
||||
searchProfiles(term, {allow_inactive: true});
|
||||
searchChannels(currentTeam.id, term);
|
||||
}, General.SEARCH_TIMEOUT_MILLISECONDS);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue