mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Revert "Switch to using typeahead for user search"
This reverts commit a3e11e3272.
This commit is contained in:
parent
a3e11e3272
commit
88b005c9da
5 changed files with 11 additions and 15 deletions
|
|
@ -9,7 +9,7 @@ const
|
|||
activate* = $(api / "1.1/guest/activate.json")
|
||||
|
||||
photoRail* = api / "1.1/statuses/media_timeline.json"
|
||||
userSearch* = api / "1.1/search/typeahead.json"
|
||||
userSearch* = api / "1.1/users/search.json"
|
||||
|
||||
graphql = api / "graphql"
|
||||
graphUser* = graphql / "u7wQyGi6oExe8_TRWGMq4Q/UserResultByScreenNameQuery"
|
||||
|
|
|
|||
Loading…
Reference in a new issue