[MM-18365] When searching for profiles, allow inactive (#3252)
This commit is contained in:
parent
a6a1c725aa
commit
72d1895bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,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