mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-21 15:03:12 +01:00
fix: add join-lemmy context for outgoing category group actors context prop
This commit is contained in:
@@ -566,6 +566,7 @@ Mocks.actors.category = async (cid) => {
|
||||
'@context': [
|
||||
'https://www.w3.org/ns/activitystreams',
|
||||
'https://w3id.org/security/v1',
|
||||
'https://join-lemmy.org/context.json',
|
||||
],
|
||||
id: `${nconf.get('url')}/category/${cid}`,
|
||||
url: `${nconf.get('url')}/category/${slug}`,
|
||||
|
||||
Reference in New Issue
Block a user