aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-06-09 09:19:32 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2011-06-09 09:19:32 +0100
commit27ad50bfa16005ee6d02974478ddc56f9e2ceef5 (patch)
treeb361073e85f69046c5f92470b350ae942e251e67
parent2370ec267bd45b1192d4b5e85eb6f09e655ca576 (diff)
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.
-rw-r--r--protocols/twitter/twitter.c1
1 files changed, 1 insertions, 0 deletions
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 ) );