diff options
author | dequis <dx@dxzone.com.ar> | 2017-03-29 06:04:00 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2017-03-29 06:04:00 -0300 |
commit | 9390579fafa917b227059eb5ca7a7b3f4cda1051 (patch) | |
tree | b706175f6f79ed662a2c498bcc2233827143f17c /facebook | |
parent | 99e31624bf9e88b3002e05514db904d5aad35db6 (diff) | |
download | bitlbee-facebook-9390579fafa917b227059eb5ca7a7b3f4cda1051.tar.gz bitlbee-facebook-9390579fafa917b227059eb5ca7a7b3f4cda1051.tar.bz2 bitlbee-facebook-9390579fafa917b227059eb5ca7a7b3f4cda1051.tar.xz |
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.
Diffstat (limited to 'facebook')
-rw-r--r-- | facebook/facebook-api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h index 15ba046..7cfce08 100644 --- a/facebook/facebook-api.h +++ b/facebook/facebook-api.h @@ -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: |