mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
Fix typo
This commit is contained in:
parent
5990b5bb6a
commit
4762ab417d
@ -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