diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-02-12 18:41:29 +0100 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-02-12 18:41:29 +0100 |
commit | 23764bc5bfbe6986a1c9a087510e6eeb2521c330 (patch) | |
tree | 6163ff20dbb5d62746ccedf677b2eeb373fd3255 /protocols/FacebookRM/src/client.h | |
parent | d4354da54f5a6df55a1b072d4b00adc59ba4268b (diff) |
Facebook: Fix loading newsfeed and memories; version bump
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 744d7cd578..6689fe8a4e 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -161,7 +161,7 @@ public: }
__inline const char *__rev() {
- return "2509236"; // FIXME: Some version of communication protocol? This version is from 17.8.2016
+ return "2828561"; // FIXME: Some version of communication protocol? This version is from 12.2.2017
}
////////////////////////////////////////////////////////////
|