|  |  | @ -122,12 +122,16 @@ final class UserCell: UITableViewCell { | 
			
		
	
		
		
			
				
					
					|  |  |  |             .systemFont(ofSize: Values.mediumFontSize) : |  |  |  |             .systemFont(ofSize: Values.mediumFontSize) : | 
			
		
	
		
		
			
				
					
					|  |  |  |             .boldSystemFont(ofSize: Values.mediumFontSize) |  |  |  |             .boldSystemFont(ofSize: Values.mediumFontSize) | 
			
		
	
		
		
			
				
					
					|  |  |  |         ) |  |  |  |         ) | 
			
		
	
		
		
			
				
					
					|  |  |  |         displayNameLabel.text = Profile.displayName( |  |  |  | 
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         displayNameLabel.text = (getUserHexEncodedPublicKey() == publicKey ? | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             "MEDIA_GALLERY_SENDER_NAME_YOU".localized() : | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             Profile.displayName( | 
			
		
	
		
		
			
				
					
					|  |  |  |                 for: .contact, |  |  |  |                 for: .contact, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 id: publicKey, |  |  |  |                 id: publicKey, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 name: profile?.name, |  |  |  |                 name: profile?.name, | 
			
		
	
		
		
			
				
					
					|  |  |  |                 nickname: profile?.nickname |  |  |  |                 nickname: profile?.nickname | 
			
		
	
		
		
			
				
					
					|  |  |  |             ) |  |  |  |             ) | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         ) | 
			
		
	
		
		
			
				
					
					|  |  |  |          |  |  |  |          | 
			
		
	
		
		
			
				
					
					|  |  |  |         switch accessory { |  |  |  |         switch accessory { | 
			
		
	
		
		
			
				
					
					|  |  |  |             case .none: accessoryImageView.isHidden = true |  |  |  |             case .none: accessoryImageView.isHidden = true | 
			
		
	
	
		
		
			
				
					|  |  | 
 |