[mirotalksfu] - fix typo - update dep
هذا الالتزام موجود في:
@@ -33,8 +33,8 @@
|
|||||||
"author": "Miroslav Pejic",
|
"author": "Miroslav Pejic",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/integrations": "7.60.1",
|
"@sentry/integrations": "7.61.1",
|
||||||
"@sentry/node": "7.60.1",
|
"@sentry/node": "7.61.1",
|
||||||
"axios": "^1.4.0",
|
"axios": "^1.4.0",
|
||||||
"body-parser": "1.20.2",
|
"body-parser": "1.20.2",
|
||||||
"colors": "1.4.0",
|
"colors": "1.4.0",
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
"ngrok": "^4.3.3",
|
"ngrok": "^4.3.3",
|
||||||
"openai": "^3.3.0",
|
"openai": "^3.3.0",
|
||||||
"qs": "6.11.2",
|
"qs": "6.11.2",
|
||||||
"socket.io": "4.7.1",
|
"socket.io": "4.7.2",
|
||||||
"swagger-ui-express": "5.0.0",
|
"swagger-ui-express": "5.0.0",
|
||||||
"uuid": "9.0.0",
|
"uuid": "9.0.0",
|
||||||
"xss": "^1.0.14",
|
"xss": "^1.0.14",
|
||||||
@@ -56,6 +56,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"prettier": "3.0.0"
|
"prettier": "3.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ function initClient() {
|
|||||||
setTippy('chatCleanTextButton', 'Clean', 'top');
|
setTippy('chatCleanTextButton', 'Clean', 'top');
|
||||||
setTippy('chatPasteButton', 'Paste', 'top');
|
setTippy('chatPasteButton', 'Paste', 'top');
|
||||||
setTippy('chatSendButton', 'Send', 'top');
|
setTippy('chatSendButton', 'Send', 'top');
|
||||||
setTippy('showChatOnMsg', "Toggle show me when I'm receive a new message", 'top');
|
setTippy('showChatOnMsg', 'Show chat on new message comes', 'top');
|
||||||
setTippy('chatSpeechStartButton', 'Start speech recognition', 'top');
|
setTippy('chatSpeechStartButton', 'Start speech recognition', 'top');
|
||||||
setTippy('chatSpeechStopButton', 'Stop speech recognition', 'top');
|
setTippy('chatSpeechStopButton', 'Stop speech recognition', 'top');
|
||||||
setTippy('chatEmojiButton', 'Emoji', 'top');
|
setTippy('chatEmojiButton', 'Emoji', 'top');
|
||||||
@@ -1377,9 +1377,9 @@ function handleSelects() {
|
|||||||
sound('switch');
|
sound('switch');
|
||||||
rc.showChatOnMessage = e.currentTarget.checked;
|
rc.showChatOnMessage = e.currentTarget.checked;
|
||||||
if (rc.showChatOnMessage) {
|
if (rc.showChatOnMessage) {
|
||||||
userLog('info', "Chat will be shown, when I'm receive a new message", 'top-end');
|
userLog('info', 'Chat will be shown, when you receive a message', 'top-end');
|
||||||
} else {
|
} else {
|
||||||
userLog('info', "Chat not will be shown, when I'm receive a new message", 'top-end');
|
userLog('info', 'Chat not will be shown, when you receive a message', 'top-end');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
// whiteboard options
|
// whiteboard options
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم