mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-02 22:46:40 +09:00
@ -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,
|
||||
|
Reference in New Issue
Block a user