[MM-31357] Do not return empty appError as part of users autocompletion (#16550)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
fe1c42d399
Коммит
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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user