Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2017-03-29 12:18:33 +0300
committerdequis <dx@dxzone.com.ar>2017-03-29 12:18:33 +0300
commit041183d6cb3ee5aa06a89b716963e8b5cd9c5823 (patch)
treeb5f2112d417249cde1d31c7cbf9c5f1b386ef193
parenta15764504022aa5d3fd243f5e27902e2a61f977c (diff)
Update ThreadListQuery hash, fixes sync_sequence_id issues, thanks Eion
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.
-rw-r--r--patches/09-thread-query-hash.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/09-thread-query-hash.patch b/patches/09-thread-query-hash.patch
new file mode 100644
index 0000000..c69befc
--- /dev/null
+++ b/patches/09-thread-query-hash.patch
@@ -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: