From d1b4426bc12590e1a42bb6a8b06f3e7d9e2afe9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 26 Nov 2014 10:09:33 +0000 Subject: Facebook: Fix for not notifying notifications in chatroom git-svn-id: http://svn.miranda-ng.org/main/trunk@11088 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/FacebookRM/src/chat.cpp b/protocols/FacebookRM/src/chat.cpp index 1e81e1ffaa..618b86f85e 100644 --- a/protocols/FacebookRM/src/chat.cpp +++ b/protocols/FacebookRM/src/chat.cpp @@ -437,7 +437,7 @@ void FacebookProto::UpdateNotificationsChatRoom(facebook_notification *notificat GCEVENT gce = { sizeof(gce), &gcd }; gce.ptszText = _A2T(smessage.c_str(), CP_UTF8); gce.time = notification->time ? notification->time : ::time(NULL); - gce.bIsMe = true; + gce.bIsMe = false; gce.dwFlags |= GCEF_ADDTOLOG; gce.ptszNick = TranslateT("Notifications"); gce.ptszUID = _T(FACEBOOK_NOTIFICATIONS_CHATROOM); -- cgit v1.2.3