1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Switch to using typeahead for user search

This commit is contained in:
Zed
2023-08-23 10:14:44 +02:00
parent 45808361af
commit a3e11e3272
5 changed files with 15 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ const
activate* = $(api / "1.1/guest/activate.json")
photoRail* = api / "1.1/statuses/media_timeline.json"
userSearch* = api / "1.1/users/search.json"
userSearch* = api / "1.1/search/typeahead.json"
graphql = api / "graphql"
graphUser* = graphql / "u7wQyGi6oExe8_TRWGMq4Q/UserResultByScreenNameQuery"