Skip to content

Commit

Permalink
Update ThreadListQuery hash, fixes sync_sequence_id issues, thanks Eion
Browse files Browse the repository at this point in the history
This hash represents a graphql query cached in the server. We were using
an old version of the hash that broke for some reason, possibly related
to the fact that fb messenger versions older than 5 are being
discontinued. For reference, the oldest parts of the plugin were written
when 4 was the latest version, most parts are updated to 33 or 38, and
the newest parts are based on 100 or so.

Thanks EionRobb for coming up with this fix so quickly.
  • Loading branch information
dequis committed Mar 29, 2017
1 parent 99e3162 commit 9390579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook/facebook-api.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
* 17: profile_pic_medium_size
* 18: profile_pic_small_size
*/
#define FB_API_QUERY_THREADS 10153919752026729
#define FB_API_QUERY_THREADS 10155268192741729

/**
* FB_API_QUERY_XMA:
Expand Down

0 comments on commit 9390579

Please sign in to comment.