Changeset 27ad50b


Ignore:
Timestamp:
2011-06-09T08:19:32Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5983eca
Parents:
2370ec2
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r2370ec2 r27ad50b  
    286286                td->prefix = g_strdup( url.host );
    287287       
     288        td->flags |= TWITTER_HAVE_FRIENDS;
    288289        td->user = acc->user;
    289290        if( strstr( acc->pass, "oauth_token=" ) )
Note: See TracChangeset for help on using the changeset viewer.