From b330de2b0bcf4d09a417c0ef154c3419b6930316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 20 May 2013 13:26:29 +0000 Subject: Facebook: Marking notifications as read with right click on popup. git-svn-id: http://svn.miranda-ng.org/main/trunk@4760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/entities.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/entities.h') diff --git a/protocols/FacebookRM/src/entities.h b/protocols/FacebookRM/src/entities.h index acb395d52a..38869e326c 100644 --- a/protocols/FacebookRM/src/entities.h +++ b/protocols/FacebookRM/src/entities.h @@ -88,10 +88,11 @@ struct facebook_notification std::string user_id; std::string text; std::string link; + std::string id; facebook_notification() { - this->user_id = this->text = this->link = ""; + this->user_id = this->text = this->link = this->id = ""; } }; @@ -132,7 +133,9 @@ struct send_typing struct popup_data { + popup_data(FacebookProto *proto) : proto(proto) {} popup_data(FacebookProto *proto, std::string url) : proto(proto), url(url) {} FacebookProto *proto; std::string url; + std::string notification_id; }; \ No newline at end of file -- cgit v1.2.3