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 a157645 commit 041183d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/09-thread-query-hash.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/libpurple/protocols/facebook/api.h 2017-03-29 06:14:14.773605683 -0300
+++ b/libpurple/protocols/facebook/api.h 2017-03-29 06:13:43.207565647 -0300
@@ -260,7 +260,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:

0 comments on commit 041183d

Please sign in to comment.