Update user.ts
This commit is contained in:
		
							parent
							
								
									74bbfd4144
								
							
						
					
					
						commit
						5c3ca62426
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -320,6 +320,7 @@ export const packForAp = (
 | 
				
			||||||
		"inbox": `${userUrl}/inbox.json`,
 | 
							"inbox": `${userUrl}/inbox.json`,
 | 
				
			||||||
		"outbox": `${userUrl}/outbox.json`,
 | 
							"outbox": `${userUrl}/outbox.json`,
 | 
				
			||||||
		"sharedInbox": `${config.url}/inbox`,
 | 
							"sharedInbox": `${config.url}/inbox`,
 | 
				
			||||||
 | 
							"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