mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-19 23:10:21 +01:00
feat: auto-enable link-preview plugin on new installations
This commit is contained in:
@@ -534,6 +534,7 @@ async function enableDefaultPlugins() {
|
|||||||
'nodebb-rewards-essentials',
|
'nodebb-rewards-essentials',
|
||||||
'nodebb-plugin-emoji',
|
'nodebb-plugin-emoji',
|
||||||
'nodebb-plugin-emoji-android',
|
'nodebb-plugin-emoji-android',
|
||||||
|
'nodebb-plugin-link-preview',
|
||||||
];
|
];
|
||||||
let customDefaults = nconf.get('defaultplugins') || nconf.get('defaultPlugins');
|
let customDefaults = nconf.get('defaultplugins') || nconf.get('defaultPlugins');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user