mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix manange channel members search (#6707)
This commit is contained in:
@@ -113,7 +113,7 @@ export default class MemberListChannel extends React.Component {
|
||||
|
||||
const searchTimeoutId = setTimeout(
|
||||
() => {
|
||||
searchUsers(term, TeamStore.getCurrentId(), {},
|
||||
searchUsers(term, '', {in_channel_id: ChannelStore.getCurrentId()},
|
||||
(users) => {
|
||||
if (searchTimeoutId !== this.searchTimeoutId) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user