feat: topic and category S2S get responses

This commit is contained in:
Julian Lam
2024-02-06 11:04:08 -05:00
parent 25f0d48432
commit a461e5dd41
4 changed files with 22 additions and 8 deletions

View File

@@ -232,6 +232,7 @@ Mocks.note = async (post) => {
published,
url: id,
attributedTo: `${nconf.get('url')}/uid/${post.user.uid}`,
audience: `${nconf.get('url')}/topic/${post.topic.slug}`,
sensitive: false, // todo
summary: null,
name,