diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-10 15:44:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-10 15:44:02 +0300 |
commit | 6d9f0126420a58fd60fba3a36553f8204459a146 (patch) | |
tree | 6259d22bc8f15db945c9aebecb5a7d2b0de9d0d1 /protocols/Facebook/src/proto.h | |
parent | 9449e7f47e45d4da3090832ff6d05732e5638ecb (diff) |
fixes #2164 (Facebook: receiving messages from unknown contacts)
these contacts are added as temporary ones
Diffstat (limited to 'protocols/Facebook/src/proto.h')
-rw-r--r-- | protocols/Facebook/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index f2b96edcac..34ca49eb3f 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -450,6 +450,8 @@ class FacebookProto : public PROTO<FacebookProto> bool RefreshToken(); int RefreshContacts(); + FacebookUser* AddContact(const CMStringW &wszId, bool bTemp = true); + void __cdecl SendMessageAckThread(void *); void __cdecl ServerThread(void *); |