Fix search results
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
6aa3a31d0e
commit
3e5f9162c8
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const importResults = (state, results) => {
|
|||
return state.withMutations(state => {
|
||||
state.set('results', ImmutableMap({
|
||||
accounts: toIds(results.accounts),
|
||||
statuses: toIds(results.accounts),
|
||||
statuses: toIds(results.statuses),
|
||||
hashtags: fromJS(results.hashtags), // it's a list of maps
|
||||
accountsHasMore: results.accounts.length >= 20,
|
||||
statusesHasMore: results.statuses.length >= 20,
|
||||
|
|
Loading…
Reference in a new issue