mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-22 07:23:01 +01:00
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
This commit is contained in:
@@ -98,7 +98,7 @@ apiController.loadConfig = async function (req) {
|
||||
version: fontawesome_version,
|
||||
},
|
||||
activitypub: {
|
||||
probe: meta.config.activitypubProbe,
|
||||
probe: meta.config.activitypubEnabled && meta.config.activitypubProbe,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user