Provide url property
This commit is contained in:
		
							parent
							
								
									8a88365b8a
								
							
						
					
					
						commit
						a1e6bb6fa3
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -10,6 +10,7 @@ export default user => {
 | 
				
			||||||
		id,
 | 
							id,
 | 
				
			||||||
		inbox: `${id}/inbox`,
 | 
							inbox: `${id}/inbox`,
 | 
				
			||||||
		outbox: `${id}/outbox`,
 | 
							outbox: `${id}/outbox`,
 | 
				
			||||||
 | 
							url: `${config.url}/@${user.username}`,
 | 
				
			||||||
		preferredUsername: user.username,
 | 
							preferredUsername: user.username,
 | 
				
			||||||
		name: user.name,
 | 
							name: user.name,
 | 
				
			||||||
		summary: user.description,
 | 
							summary: user.description,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue