adium-1.4 2890:45171459da46: Temporarily disable pulling in user...
commits at adium.im
commits at adium.im
Tue Jan 12 01:53:26 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/45171459da46
revision: 2890:45171459da46
author: Zachary West <zacw at adium.im>
date: Mon Jan 11 20:51:29 2010 -0500
Temporarily disable pulling in user pages as followed-in-contact-list since I don't have the time to fix it.
diffs (27 lines):
diff -r 5a2622ab6a4a -r 45171459da46 Plugins/Twitter Plugin/AITwitterAccount.m
--- a/Plugins/Twitter Plugin/AITwitterAccount.m Tue Dec 22 14:07:15 2009 -0500
+++ b/Plugins/Twitter Plugin/AITwitterAccount.m Mon Jan 11 20:51:29 2010 -0500
@@ -2386,6 +2386,10 @@
if([self requestTypeForRequestID:identifier] == AITwitterValidateCredentials) {
// Our UID is definitely set; grab our friends.
+#if 0
+ /*
+ Temporarily disabled for 1.4b18, since I don't have the time to fix the cursor iteration on user pages yet.
+ */
if ([[self preferenceForKey:TWITTER_PREFERENCE_LOAD_CONTACTS group:TWITTER_PREFERENCE_GROUP_UPDATES] boolValue]) {
// If we load our follows as contacts, do so now.
@@ -2403,9 +2407,12 @@
[self didDisconnect];
}
} else {
+#endif
// If we don't load follows as contacts, we've finished connecting (fast, wasn't it?)
[self didConnect];
+#if 0
}
+#endif
}
} else if ([self requestTypeForRequestID:identifier] == AITwitterNotificationEnable ||
[self requestTypeForRequestID:identifier] == AITwitterNotificationDisable) {
More information about the commits
mailing list