Added blank discord value for new user during install
parent
2844d6e131
commit
48224271ef
|
@ -306,6 +306,7 @@ class InstallController extends AbstractController
|
||||||
'webhook_url' => '',
|
'webhook_url' => '',
|
||||||
'webhook_json' => '',
|
'webhook_json' => '',
|
||||||
'telegram_id' => '',
|
'telegram_id' => '',
|
||||||
|
'discord' => '',
|
||||||
'jabber' => ''
|
'jabber' => ''
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue