Revert "[wip] Implement like activity"

This reverts commit 7da1913964.
This commit is contained in:
syuilo
2018-04-03 01:37:11 +09:00
parent 00e7b317fc
commit 9bf19d4676
3 changed files with 2 additions and 50 deletions

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: `${attributedTo}/${post._id}`,
type: 'Note',
attributedTo,
content: post.textHtml,