diff options
Diffstat (limited to 'protocols/FacebookRM/src/chat.cpp')
-rw-r--r-- | protocols/FacebookRM/src/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|