mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 10:35:55 +01:00
@@ -264,7 +264,7 @@ Helpers.resolveObjects = async (ids) => {
|
||||
if (!post) {
|
||||
throw new Error('[[error:activitypub.invalid-id]]');
|
||||
}
|
||||
return activitypub.mocks.note(post);
|
||||
return activitypub.mocks.notes.public(post);
|
||||
}
|
||||
case 'category': {
|
||||
if (!await categories.exists(resolvedId)) {
|
||||
|
||||
Reference in New Issue
Block a user