diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-08-17 12:53:03 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-08-17 12:53:03 +0000 |
commit | d1ff6d1f09cc8f24993060d03e9e20cc855c2bb7 (patch) | |
tree | 435a273aa7abe1039eff8e1dc55c05c1d424fafc /protocols/FacebookRM/src/client.h | |
parent | 0bb9ef2de2e7cf475ef1e4be81e9480dd3fc95d7 (diff) |
Facebook: Fix sending messages and other changed requests
git-svn-id: http://svn.miranda-ng.org/main/trunk@17189 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 7df4d7a4d3..22297ebf26 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -158,7 +158,7 @@ public: }
std::string __inline __rev() {
- return "2288795"; // FIXME: Some version of communication protocol? This version is from 17.4.2016
+ return "2509236"; // FIXME: Some version of communication protocol? This version is from 17.8.2016
}
////////////////////////////////////////////////////////////
|