1
0
Fork 0
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:
Ammar Githam 2021-06-01 06:46:31 +09:00
commit e6b791bd4d
2 changed files with 3 additions and 3 deletions

View file

@ -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) + "\"}",