Fix typo
This commit is contained in:
parent
c1d27f1158
commit
f3f6dce60b
@ -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…
Reference in New Issue
Block a user