diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-03-04 12:05:59 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-03-04 12:05:59 +0000 |
commit | 921df52650b4d5bc6b725f28bbc0b3dd298d1989 (patch) | |
tree | 64ef035901d0568284324ca1bcb690cacee853e3 /protocols/FacebookRM/src/client.h | |
parent | cdc3ce491f2ec062b717646f115d856775cbca9a (diff) |
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
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
////////////////////////////////////////////////////////////
|