fix profile post graphql hash

might solve the problem where the app and browser has different ratelimits
This commit is contained in:
Austin Huang 2021-05-31 12:24:56 -04:00 committed by GitHub
parent 0c77611e22
commit d4307fc770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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) + "\"}",