mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 03:51:36 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
e6b791bd4d
2 changed files with 3 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ public class GraphQLService extends BaseService {
|
|||
final String maxId,
|
||||
final User backup,
|
||||
final ServiceCallback<PostsFetchResponse> callback) {
|
||||
fetch("18a7b935ab438c4514b1f742d8fa07a7",
|
||||
fetch("02e14f6a7812a876f7d133c9555b1151",
|
||||
"{\"id\":\"" + profileId + "\"," +
|
||||
"\"first\":" + postsPerPage + "," +
|
||||
"\"after\":\"" + (maxId == null ? "" : maxId) + "\"}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue