[mirotalksfu] - update message

هذا الالتزام موجود في:
Miroslav Pejic
2025-10-20 06:04:41 +02:00
الأصل f2bfc1e699
التزام edbede0b58

عرض الملف

@@ -2544,7 +2544,7 @@ function startServer() {
if (config.integrations?.email?.notify !== true) { if (config.integrations?.email?.notify !== true) {
const message = const message =
'The email notification has been disabled. Please contact the administrator for further information.'; 'Email notifications are disabled by the admin. Enable this feature in your self-hosted instance for full functionality.';
log.debug(message); log.debug(message);
return cb({ error: message }); return cb({ error: message });
} }