Show
Ignore:
Timestamp:
02/28/08 04:31:51 (9 months ago)
Author:
morris
Message:

Ignore user joins coming before the user list

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCChat.m

    r4965 r5319  
    873873 
    874874        [[self connection] postNotificationName:WCChatUsersDidChange object:[self connection]]; 
     875         
     876        _receivedUserList = YES; 
    875877} 
    876878 
     
    880882        WCUser                  *user; 
    881883 
     884        if(!_receivedUserList) 
     885                return; 
     886         
    882887        user = [WCUser userWithArguments:[[notification userInfo] objectForKey:WCArgumentsKey]]; 
    883888