parent
							
								
									f8ebbfac0f
								
							
						
					
					
						commit
						00e7b317fc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@ export default async (user, post) => {
 | 
				
			||||||
	const attributedTo = `${config.url}/@${user.username}`;
 | 
						const attributedTo = `${config.url}/@${user.username}`;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return {
 | 
						return {
 | 
				
			||||||
		id: `${config.url}/posts/${post._id}`,
 | 
							id: `${config.url}/posts/${post._id}}`,
 | 
				
			||||||
		type: 'Note',
 | 
							type: 'Note',
 | 
				
			||||||
		attributedTo,
 | 
							attributedTo,
 | 
				
			||||||
		content: post.textHtml,
 | 
							content: post.textHtml,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue