fix issues caused by merges in usersearch on @
This commit is contained in:
parent
029dc7405e
commit
619608ea7a
5 changed files with 19 additions and 3 deletions
|
@ -150,6 +150,7 @@ const backendInteractorService = credentials => {
|
|||
const unretweet = (id) => apiService.unretweet({ id, credentials })
|
||||
const search2 = ({ q, resolve, limit, offset, following }) =>
|
||||
apiService.search2({ credentials, q, resolve, limit, offset, following })
|
||||
const searchUsers = (query) => apiService.searchUsers({ query, credentials })
|
||||
|
||||
const backendInteractorServiceInstance = {
|
||||
fetchStatus,
|
||||
|
@ -212,7 +213,8 @@ const backendInteractorService = credentials => {
|
|||
retweet,
|
||||
unretweet,
|
||||
updateNotificationSettings,
|
||||
search2
|
||||
search2,
|
||||
searchUsers
|
||||
}
|
||||
|
||||
return backendInteractorServiceInstance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue