mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-31357] Do not return empty appError as part of users autocompletion (#16550)
Automatic Merge
This commit is contained in:
committed by
GitHub
parent
fe1c42d399
commit
ec5c33cf14
@@ -216,7 +216,7 @@ func (s *SearchUserStore) AutocompleteUsersInChannel(teamId, channelId, term str
|
||||
continue
|
||||
}
|
||||
mlog.Debug("Using the first available search engine", mlog.String("search_engine", engine.GetName()))
|
||||
return autocomplete, err
|
||||
return autocomplete, nil
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user