|  |  | @ -205,7 +205,7 @@ NSString *const kNSNotificationName_IdentityStateDidChange = @"kNSNotificationNa | 
			
		
	
		
		
			
				
					
					|  |  |  | - (void)setVerificationState:(OWSVerificationState)verificationState |  |  |  | - (void)setVerificationState:(OWSVerificationState)verificationState | 
			
		
	
		
		
			
				
					
					|  |  |  |                  identityKey:(NSData *)identityKey |  |  |  |                  identityKey:(NSData *)identityKey | 
			
		
	
		
		
			
				
					
					|  |  |  |                  recipientId:(NSString *)recipientId |  |  |  |                  recipientId:(NSString *)recipientId | 
			
		
	
		
		
			
				
					
					|  |  |  |              isUserInitiatedChange:(BOOL)isUserInitiatedChange |  |  |  |        isUserInitiatedChange:(BOOL)isUserInitiatedChange | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | { |  |  |  | { | 
			
		
	
		
		
			
				
					
					|  |  |  |     OWSAssert(identityKey.length > 0); |  |  |  |     OWSAssert(identityKey.length > 0); | 
			
		
	
		
		
			
				
					
					|  |  |  |     OWSAssert(recipientId.length > 0); |  |  |  |     OWSAssert(recipientId.length > 0); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |