From 27ad50bfa16005ee6d02974478ddc56f9e2ceef5 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 9 Jun 2011 09:19:32 +0100 Subject: Dirty workaround: Don't download the contact list for now as Twitter deprecated the API call BitlBee uses for that. The contact list will be updated as tweets come in. Real fix will come in later, at least this lets everyone log in again. --- protocols/twitter/twitter.c | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols') diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c index a74250bf..1b5835ed 100644 --- a/protocols/twitter/twitter.c +++ b/protocols/twitter/twitter.c @@ -285,6 +285,7 @@ static void twitter_login( account_t *acc ) else td->prefix = g_strdup( url.host ); + td->flags |= TWITTER_HAVE_FRIENDS; td->user = acc->user; if( strstr( acc->pass, "oauth_token=" ) ) td->oauth_info = oauth_from_string( acc->pass, get_oauth_service( ic ) ); -- cgit v1.2.3