You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			7 lines
		
	
	
		
			476 B
		
	
	
	
		
			Markdown
		
	
			
		
		
	
	
			7 lines
		
	
	
		
			476 B
		
	
	
	
		
			Markdown
		
	
# Create fake contacts
 | 
						|
 | 
						|
Run `window.getAccountManager().addMockContact()` in the debugger console. This will print the fake contact public key.
 | 
						|
Behind the scenes, this also emulates that we're already received the contact's prekeys by generating them and saving them in our db.
 | 
						|
Copy/paste that public key in the search bar to start chatting.
 | 
						|
The messages should have a "v" tick to mark that the message was correctly sent (you need to run the httpserver from /mockup_servers)
 |