mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-16 13:30:23 +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-plugin-emoji',
|
||||
'nodebb-plugin-emoji-android',
|
||||
'nodebb-plugin-link-preview',
|
||||
];
|
||||
let customDefaults = nconf.get('defaultplugins') || nconf.get('defaultPlugins');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user