mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 18:58:39 +00:00
Reduce the number of cats in giphy sticker search results.
This commit is contained in:
parent
3d237d72bd
commit
e38d41d67a
@ -18,6 +18,6 @@ public class GiphyStickerLoader extends GiphyLoader {
|
||||
|
||||
@Override
|
||||
protected String getSearchUrl() {
|
||||
return "https://api.giphy.com/v1/stickers/search?q=cat&api_key=3o6ZsYH6U6Eri53TXy&offset=%d&limit=" + PAGE_SIZE + "&q=%s";
|
||||
return "https://api.giphy.com/v1/stickers/search?api_key=3o6ZsYH6U6Eri53TXy&offset=%d&limit=" + PAGE_SIZE + "&q=%s";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user