[mirotalksfu] - fix webhook config, update dep
هذا الالتزام موجود في:
@@ -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
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم