|  |  | @ -730,7 +730,7 @@ NS_ASSUME_NONNULL_BEGIN | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     TSContactThread *thread = [TSContactThread getOrCreateThreadWithContactId:envelope.source transaction:transaction]; |  |  |  |     TSContactThread *thread = [TSContactThread getOrCreateThreadWithContactId:envelope.source transaction:transaction]; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     [[[TSInfoMessage alloc] initWithTimestamp:envelope.timestamp |  |  |  |     [[[TSInfoMessage alloc] initWithTimestamp:[NSDate ows_millisecondTimeStamp] | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                                      inThread:thread |  |  |  |                                      inThread:thread | 
			
		
	
		
		
			
				
					
					|  |  |  |                                   messageType:TSInfoMessageTypeSessionDidEnd] saveWithTransaction:transaction]; |  |  |  |                                   messageType:TSInfoMessageTypeSessionDidEnd] saveWithTransaction:transaction]; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -772,7 +772,7 @@ NS_ASSUME_NONNULL_BEGIN | 
			
		
	
		
		
			
				
					
					|  |  |  |     [disappearingMessagesConfiguration saveWithTransaction:transaction]; |  |  |  |     [disappearingMessagesConfiguration saveWithTransaction:transaction]; | 
			
		
	
		
		
			
				
					
					|  |  |  |     NSString *name = [self.contactsManager displayNameForPhoneIdentifier:envelope.source]; |  |  |  |     NSString *name = [self.contactsManager displayNameForPhoneIdentifier:envelope.source]; | 
			
		
	
		
		
			
				
					
					|  |  |  |     OWSDisappearingConfigurationUpdateInfoMessage *message = |  |  |  |     OWSDisappearingConfigurationUpdateInfoMessage *message = | 
			
		
	
		
		
			
				
					
					|  |  |  |         [[OWSDisappearingConfigurationUpdateInfoMessage alloc] initWithTimestamp:envelope.timestamp |  |  |  |         [[OWSDisappearingConfigurationUpdateInfoMessage alloc] initWithTimestamp:[NSDate ows_millisecondTimeStamp] | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                                                                           thread:thread |  |  |  |                                                                           thread:thread | 
			
		
	
		
		
			
				
					
					|  |  |  |                                                                    configuration:disappearingMessagesConfiguration |  |  |  |                                                                    configuration:disappearingMessagesConfiguration | 
			
		
	
		
		
			
				
					
					|  |  |  |                                                              createdByRemoteName:name]; |  |  |  |                                                              createdByRemoteName:name]; | 
			
		
	
	
		
		
			
				
					|  |  | @ -954,7 +954,7 @@ NS_ASSUME_NONNULL_BEGIN | 
			
		
	
		
		
			
				
					
					|  |  |  |                 newGroupThread.groupModel = newGroupModel; |  |  |  |                 newGroupThread.groupModel = newGroupModel; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 [newGroupThread saveWithTransaction:transaction]; |  |  |  |                 [newGroupThread saveWithTransaction:transaction]; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |                 [[[TSInfoMessage alloc] initWithTimestamp:timestamp |  |  |  |                 [[[TSInfoMessage alloc] initWithTimestamp:[NSDate ows_millisecondTimeStamp] | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                                                  inThread:newGroupThread |  |  |  |                                                  inThread:newGroupThread | 
			
		
	
		
		
			
				
					
					|  |  |  |                                               messageType:TSInfoMessageTypeGroupUpdate |  |  |  |                                               messageType:TSInfoMessageTypeGroupUpdate | 
			
		
	
		
		
			
				
					
					|  |  |  |                                             customMessage:updateGroupInfo] saveWithTransaction:transaction]; |  |  |  |                                             customMessage:updateGroupInfo] saveWithTransaction:transaction]; | 
			
		
	
	
		
		
			
				
					|  |  | @ -972,7 +972,7 @@ NS_ASSUME_NONNULL_BEGIN | 
			
		
	
		
		
			
				
					
					|  |  |  |                 NSString *nameString = [self.contactsManager displayNameForPhoneIdentifier:envelope.source]; |  |  |  |                 NSString *nameString = [self.contactsManager displayNameForPhoneIdentifier:envelope.source]; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 NSString *updateGroupInfo = |  |  |  |                 NSString *updateGroupInfo = | 
			
		
	
		
		
			
				
					
					|  |  |  |                     [NSString stringWithFormat:NSLocalizedString(@"GROUP_MEMBER_LEFT", @""), nameString]; |  |  |  |                     [NSString stringWithFormat:NSLocalizedString(@"GROUP_MEMBER_LEFT", @""), nameString]; | 
			
		
	
		
		
			
				
					
					|  |  |  |                 [[[TSInfoMessage alloc] initWithTimestamp:timestamp |  |  |  |                 [[[TSInfoMessage alloc] initWithTimestamp:[NSDate ows_millisecondTimeStamp] | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                                                  inThread:oldGroupThread |  |  |  |                                                  inThread:oldGroupThread | 
			
		
	
		
		
			
				
					
					|  |  |  |                                               messageType:TSInfoMessageTypeGroupUpdate |  |  |  |                                               messageType:TSInfoMessageTypeGroupUpdate | 
			
		
	
		
		
			
				
					
					|  |  |  |                                             customMessage:updateGroupInfo] saveWithTransaction:transaction]; |  |  |  |                                             customMessage:updateGroupInfo] saveWithTransaction:transaction]; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |