Provide url property
This commit is contained in:
		| @@ -10,6 +10,7 @@ export default user => { | ||||
| 		id, | ||||
| 		inbox: `${id}/inbox`, | ||||
| 		outbox: `${id}/outbox`, | ||||
| 		url: `${config.url}/@${user.username}`, | ||||
| 		preferredUsername: user.username, | ||||
| 		name: user.name, | ||||
| 		summary: user.description, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo