From 4a58d85d8dd5f120eb0d0c429e0b46cdeb25c629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 1 Dec 2014 09:06:01 +0000 Subject: Facebook: Respect chosen website option for newsfeed links (fixes #843) git-svn-id: http://svn.miranda-ng.org/main/trunk@11190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/chat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/chat.cpp') diff --git a/protocols/FacebookRM/src/chat.cpp b/protocols/FacebookRM/src/chat.cpp index 618b86f85e..b1c32e0ce2 100644 --- a/protocols/FacebookRM/src/chat.cpp +++ b/protocols/FacebookRM/src/chat.cpp @@ -428,7 +428,7 @@ void FacebookProto::UpdateNotificationsChatRoom(facebook_notification *notificat return; std::stringstream text; - text << notification->text << "\n\n" << notification->link; + text << notification->text << "\n\n" << PrepareUrl(notification->link); std::string smessage = text.str(); utils::text::replace_all(&smessage, "%", "%%"); -- cgit v1.2.3