summaryrefslogtreecommitdiff
path: root/protocols/Twitter
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-01-10 19:56:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-01-10 19:56:07 +0300
commit83278f1c0a1b12b349617b7ebc5583be17e69daa (patch)
treef5863e19205001f10900ab4db08c837ddd675908 /protocols/Twitter
parent1a8dfc0c29543cb24bc5bb1c66a6e8ad964b88f3 (diff)
code cleaning
Diffstat (limited to 'protocols/Twitter')
-rw-r--r--protocols/Twitter/src/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/connection.cpp b/protocols/Twitter/src/connection.cpp
index d25dbcb919..5e8b88d830 100644
--- a/protocols/Twitter/src/connection.cpp
+++ b/protocols/Twitter/src/connection.cpp
@@ -336,7 +336,7 @@ void CTwitterProto::UpdateAvatar(MCONTACT hContact, const CMStringA &url, bool f
ai.hContact = hContact;
setString(hContact, TWITTER_KEY_AV_URL, url.c_str());
- ProtoBroadcastAck(hContact, ACKTYPE_AVATAR, ACKRESULT_SUCCESS, &ai, 0);
+ ProtoBroadcastAck(hContact, ACKTYPE_AVATAR, ACKRESULT_SUCCESS, &ai);
}
else {
ForkThread(&CTwitterProto::UpdateAvatarWorker, new update_avatar(hContact, url));