| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -71,7 +71,6 @@ static NSString* const kShowSignupFlowSegue = @"showSignupFlow";
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                                                 name:TSUIDatabaseConnectionDidUpdateNotification
 | 
					 | 
					 | 
					 | 
					                                                 name:TSUIDatabaseConnectionDidUpdateNotification
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                                               object:nil];
 | 
					 | 
					 | 
					 | 
					                                               object:nil];
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    [self selectedInbox:self];
 | 
					 | 
					 | 
					 | 
					    [self selectedInbox:self];
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    [self updateInboxCountLabel];
 | 
					 | 
					 | 
					 | 
					    [self updateInboxCountLabel];
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    
 | 
					 | 
					 | 
					 | 
					    
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    [[[Environment getCurrent] contactsManager].getObservableContacts watchLatestValue:^(id latestValue) {
 | 
					 | 
					 | 
					 | 
					    [[[Environment getCurrent] contactsManager].getObservableContacts watchLatestValue:^(id latestValue) {
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -224,7 +223,6 @@ static NSString* const kShowSignupFlowSegue = @"showSignupFlow";
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        MessagesViewController * vc    = [segue destinationViewController];
 | 
					 | 
					 | 
					 | 
					        MessagesViewController * vc    = [segue destinationViewController];
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        NSIndexPath *selectedIndexPath = [self.tableView indexPathForSelectedRow];
 | 
					 | 
					 | 
					 | 
					        NSIndexPath *selectedIndexPath = [self.tableView indexPathForSelectedRow];
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        TSThread *thread               = [self threadForIndexPath:selectedIndexPath];
 | 
					 | 
					 | 
					 | 
					        TSThread *thread               = [self threadForIndexPath:selectedIndexPath];
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        [self selectedInbox:self];
 | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        if (self.contactIdentifierFromCompose){
 | 
					 | 
					 | 
					 | 
					        if (self.contactIdentifierFromCompose){
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            [vc setupWithTSIdentifier:self.contactIdentifierFromCompose];
 | 
					 | 
					 | 
					 | 
					            [vc setupWithTSIdentifier:self.contactIdentifierFromCompose];
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            self.contactIdentifierFromCompose = nil;
 | 
					 | 
					 | 
					 | 
					            self.contactIdentifierFromCompose = nil;
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
 
 |