Changeset 55b1e69


Ignore:
Timestamp:
2010-04-15T23:15:36Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b6190ca
Parents:
e88fbe27
Message:

Since the home/timeline response can (and often does) come in before the
user list, call twitter_add_buddy() on all incoming tweets to avoid getting
tweets from people who aren't listed yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter_lib.c

    re88fbe27 r55b1e69  
    474474                        text = g_strdup_printf( "\002<\002%s\002>\002 %s",
    475475                                                status->user->screen_name, status->text );
     476                else
     477                        twitter_add_buddy(ic, status->user->screen_name, status->user->name);
    476478               
    477479                imcb_buddy_msg( ic,
Note: See TracChangeset for help on using the changeset viewer.