1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-09 03:49:34 -05:00
This commit is contained in:
syuilo 2018-04-03 01:02:04 +09:00
parent c1d27f1158
commit f3f6dce60b

View file

@ -30,7 +30,7 @@ export default async (user, post) => {
const attributedTo = `${config.url}/@${user.username}`;
return {
id: `${config.url}/posts/${post._id}}`,
id: `${config.url}/posts/${post._id}`,
type: 'Note',
attributedTo,
content: post.textHtml,