diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-09-06 03:53:03 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-09-06 03:53:03 +0000 |
commit | a41b7bafb1181d2953c977b3c3f9ee3d746e5cd7 (patch) | |
tree | 75b878a919665941e8c304efa466dc5cd0f4449a /protocols/FacebookRM/src/messages.cpp | |
parent | e5c5264e4f6b9032bc285da17fba7529ebf9da6d (diff) |
Facebook: Fix not resetting the "message seen" info when we sent message from other instance (e.g. web)
git-svn-id: http://svn.miranda-ng.org/main/trunk@17263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/messages.cpp')
-rw-r--r-- | protocols/FacebookRM/src/messages.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/FacebookRM/src/messages.cpp b/protocols/FacebookRM/src/messages.cpp index 6a1ceb129a..425f926912 100644 --- a/protocols/FacebookRM/src/messages.cpp +++ b/protocols/FacebookRM/src/messages.cpp @@ -26,9 +26,6 @@ int FacebookProto::RecvMsg(MCONTACT hContact, PROTORECVEVENT *pre) { StopTyping(hContact); - // Remove from "readers" list and clear statusbar - facy.erase_reader(hContact); - return Proto_RecvMessage(hContact, pre); } |