Changeset 3591
- Timestamp:
- 03/01/07 10:43:00 (2 years ago)
- Files:
-
- trunk/Chat Core/MVICBChatConnection.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Chat Core/MVICBChatConnection.m
r3588 r3591 547 547 [_room _clearBannedUsers]; 548 548 549 // Update the initial channel to point to the joined room so that 550 // a reconnect after a disconnection works fine and rejoins us to 551 // the (only) room that we left. 552 MVSafeCopyAssign( &_initialChannel, name ); 553 549 554 [[NSNotificationCenter defaultCenter] 550 555 postNotificationOnMainThreadWithName:MVChatRoomJoinedNotification … … 877 882 [self _markUserAsOnline:_localUser]; 878 883 879 [_room release];880 884 _room = (MVICBChatRoom *)[self chatRoomWithUniqueIdentifier:_initialChannel]; 881 885 [_room _setDateJoined:[NSDate date]];
