diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-02-26 01:30:13 +0100 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-02-26 01:30:13 +0100 |
commit | 7b550e3c80a63cf7a063a28fc7b0ce020a47c51b (patch) | |
tree | 34fe26715f12e54bf1b1e54a633c42d356a5bd37 /protocols/FacebookRM/src/proto.h | |
parent | 33c7f1e7bc3517df2ea45bc68a164b6380167072 (diff) |
Facebook: Don't block main thread when refreshing user info
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r-- | protocols/FacebookRM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index bcceed5864..2d46f0f7d6 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -195,6 +195,7 @@ public: void __cdecl CancelFriendsRequest(void*); void __cdecl SendPokeWorker(void*); void __cdecl IgnoreFriendshipRequest(void*); + void __cdecl RefreshUserInfo(void*); // Contacts handling bool IsMyContact(MCONTACT, bool include_chat = false); |