This commit is contained in:
mgabdev
2020-05-03 01:22:49 -04:00
parent 196a906cec
commit 055b5a430f
85 changed files with 1110 additions and 1051 deletions

View File

@@ -258,8 +258,7 @@ export const fetchListSuggestions = (q) => (dispatch, getState) => {
const params = {
q,
resolve: false,
limit: 4,
following: true,
limit: 25,
};
api(getState).get('/api/v1/accounts/search', { params }).then(({ data }) => {