[mirotalksfu] - fix webhook config, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2025-04-15 12:42:38 +02:00
الأصل 03fcd57b21
التزام 3554b8cfaf
5 ملفات معدلة مع 10 إضافات و10 حذوفات

عرض الملف

@@ -64,7 +64,7 @@ dev dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.8.17
* @version 1.8.18
*
*/
@@ -197,8 +197,8 @@ if (sentryEnabled) {
// Handle WebHook
const webhook = {
enabled: config?.webhook?.enabled || false,
url: config?.webhook?.url || 'http://localhost:8888/webhook-endpoint',
enabled: config?.integrations?.webhook?.enabled || false,
url: config?.integrations?.webhook?.url || 'http://localhost:8888/webhook-endpoint',
};
// Discord Bot