Ticket #1115: JVDirectChatPanel.m.patch
| File JVDirectChatPanel.m.patch, 452 bytes (added by Wevah, 16 months ago) |
|---|
-
JVDirectChatPanel.m
360 360 - (MVChatUser *) user { 361 361 if( [[self target] isKindOfClass:[MVChatUser class]] ) 362 362 return [self target]; 363 if( [[self target] isKindOfClass:[MVChatRoom class]] ) 364 return [(MVChatRoom *)[self target] localMemberUser]; 363 365 if( [[self target] isKindOfClass:[MVDirectChatConnection class]] ) 364 366 return [(MVDirectChatConnection *)[self target] user]; 365 367 return nil;
