diff options
Diffstat (limited to 'protocols/Facebook/src/proto.h')
-rw-r--r-- | protocols/Facebook/src/proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index b445ebee10..2d64745784 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -482,8 +482,8 @@ class FacebookProto : public PROTO<FacebookProto> bool RefreshSid(); bool RefreshToken(); - FacebookUser* RefreshThread(JSONNode& n); - FacebookUser* RefreshThread(CMStringW& wszId); + FacebookUser* RefreshThread(JSONNode &n); + FacebookUser* RefreshThread(CMStringW &wszId); void RefreshThreads(); int RefreshContacts(); @@ -502,6 +502,7 @@ public: void OnPublishPrivateMessage(const JSONNode &json); void OnPublishReadReceipt(const JSONNode &json); void OnPublishSentMessage(const JSONNode &json); + void OnPublishThreadName(const JSONNode &json); ////////////////////////////////////////////////////////////////////////////////////// // options |