mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
feat: topic and category S2S get responses
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user