mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-11 15:10:45 +01:00
refactor: split (and remove) activitypub.json file and move strings to more appropriate locations
This commit is contained in:
@@ -66,7 +66,7 @@ controller.list = async function (req, res) {
|
||||
targetUid: targetUid,
|
||||
};
|
||||
const data = await categories.getCategoryById(cidQuery);
|
||||
data.name = '[[activitypub:world.name]]';
|
||||
data.name = '[[world:name]]';
|
||||
delete data.children;
|
||||
|
||||
const tids = await getTids(cidQuery);
|
||||
|
||||
Reference in New Issue
Block a user