mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
Revert "Fix typo"
This reverts commit f3f6dce60b9ace954a26b0e045d8bf8f49571482.
This commit is contained in:
parent
ece470fd23
commit
6eac6f8ddd
@ -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