update deps, fix https://github.com/Hypercontext/linkifyjs/issues/404
This commit is contained in:
@@ -236,7 +236,8 @@
|
||||
"new_collection": "Crea bolla",
|
||||
"wrong_domain_warning": "Il \"baseurl\" configurato in config.json <b>({baseurl})</b> è diverso da quello che stai visitando <b>({url})</b>",
|
||||
"collections_description": "Le bolle sono raggruppamenti di eventi per tag e posti.",
|
||||
"edit_collection": "Modifica bolla"
|
||||
"edit_collection": "Modifica bolla",
|
||||
"config_plugin": "Configura plugin"
|
||||
},
|
||||
"auth": {
|
||||
"not_confirmed": "Non ancora confermato…",
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
"ics": "^2.40.0",
|
||||
"jsdom": "^20.0.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"linkify-html": "^4.0.0",
|
||||
"linkifyjs": "4.0.0",
|
||||
"linkify-html": "^4.0.2",
|
||||
"linkifyjs": "4.0.2",
|
||||
"lodash": "^4.17.21",
|
||||
"mariadb": "^3.0.1",
|
||||
"microformat-node": "^2.0.1",
|
||||
|
||||
@@ -67,7 +67,7 @@ const pluginController = {
|
||||
return
|
||||
}
|
||||
const notifier = require('../../notifier')
|
||||
log.info('Load plugin ' + plugin)
|
||||
log.info('Load plugin ' + pluginName)
|
||||
if (typeof plugin.onEventCreate === 'function') {
|
||||
notifier.emitter.on('Create', plugin.onEventCreate)
|
||||
}
|
||||
@@ -98,7 +98,6 @@ const pluginController = {
|
||||
const name = plugin.configuration.name
|
||||
console.log(`Found plugin '${name}'`)
|
||||
pluginController.plugins.push(plugin)
|
||||
console.error(settingsController.settings['plugin_' + name])
|
||||
if (settingsController.settings['plugin_' + name]) {
|
||||
const pluginSetting = settingsController.settings['plugin_' + name]
|
||||
if (pluginSetting.enable) {
|
||||
|
||||
Reference in New Issue
Block a user