From 921df52650b4d5bc6b725f28bbc0b3dd298d1989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Wed, 4 Mar 2015 12:05:59 +0000 Subject: Facebook: More unification for groupchat seen info and save groupchat "readers" into database in key "MessageReaders" (Unicode); Version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@12315 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/client.h') diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 3ffdce96b2..652a5b3dfa 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -122,7 +122,7 @@ public: void clear_notifications(); void clear_chatrooms(); void clear_readers(); - void insert_reader(MCONTACT, time_t); + void insert_reader(MCONTACT, time_t, const std::tstring &reader = _T("")); void erase_reader(MCONTACT); //////////////////////////////////////////////////////////// -- cgit v1.2.3