|  |  | @ -680,7 +680,7 @@ export default class ContactsView extends Vue { | 
			
		
	
		
			
				
					|  |  |  |         nextPubKeyHashB64: payload.own.nextPublicEncKeyHash, | 
			
		
	
		
			
				
					|  |  |  |         profileImageUrl: payload.own.profileImageUrl, | 
			
		
	
		
			
				
					|  |  |  |         publicKeyBase64: payload.own.publicEncKey, | 
			
		
	
		
			
				
					|  |  |  |         isRegistered: payload.own.isRegistered, | 
			
		
	
		
			
				
					|  |  |  |         registered: payload.own.registered, | 
			
		
	
		
			
				
					|  |  |  |       } as Contact); | 
			
		
	
		
			
				
					|  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |   } | 
			
		
	
	
		
			
				
					|  |  | 
 |