diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-23 15:30:02 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-23 15:30:02 +0000 |
commit | 2cd071fd8de860655b981d22ecac139cd6e4411b (patch) | |
tree | c6a498931e92b126076ad98af0205543c108af62 /protocols/FacebookRM/src/contacts.cpp | |
parent | 716eea6998bf896c6180d1ef42bbc7ef9406729d (diff) |
Facebook: Remove support for "use local timestamp for messages"
It's not needed anymore because we correctly set server time for sent messages, so everything will be consistent (in server time)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11598 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/contacts.cpp')
-rw-r--r-- | protocols/FacebookRM/src/contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/contacts.cpp b/protocols/FacebookRM/src/contacts.cpp index 69db741249..e36b120c4e 100644 --- a/protocols/FacebookRM/src/contacts.cpp +++ b/protocols/FacebookRM/src/contacts.cpp @@ -308,7 +308,7 @@ void FacebookProto::LoadChatInfo(facebook_chatroom *fbc) fbc->chat_name = fbc->thread_id; // TODO: is this needed? Isn't it showed automatically as id if there is no name? } - //ReceiveMessages(messages, local_timestamp, true); // don't let it fall into infinite cycle, solve it somehow... + //ReceiveMessages(messages, true); // don't let it fall into infinite cycle, solve it somehow... debugLogA("***** Chat thread info processed"); |