[mirotalksfu] - fix typo - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2023-08-05 13:18:11 +02:00
الأصل 44b68aa67a
التزام 17c493f5d9
2 ملفات معدلة مع 7 إضافات و7 حذوفات

عرض الملف

@@ -33,8 +33,8 @@
"author": "Miroslav Pejic",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/integrations": "7.60.1",
"@sentry/node": "7.60.1",
"@sentry/integrations": "7.61.1",
"@sentry/node": "7.61.1",
"axios": "^1.4.0",
"body-parser": "1.20.2",
"colors": "1.4.0",
@@ -48,7 +48,7 @@
"ngrok": "^4.3.3",
"openai": "^3.3.0",
"qs": "6.11.2",
"socket.io": "4.7.1",
"socket.io": "4.7.2",
"swagger-ui-express": "5.0.0",
"uuid": "9.0.0",
"xss": "^1.0.14",
@@ -56,6 +56,6 @@
},
"devDependencies": {
"node-fetch": "^3.3.2",
"prettier": "3.0.0"
"prettier": "3.0.1"
}
}

عرض الملف

@@ -182,7 +182,7 @@ function initClient() {
setTippy('chatCleanTextButton', 'Clean', 'top');
setTippy('chatPasteButton', 'Paste', '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('chatSpeechStopButton', 'Stop speech recognition', 'top');
setTippy('chatEmojiButton', 'Emoji', 'top');
@@ -1377,9 +1377,9 @@ function handleSelects() {
sound('switch');
rc.showChatOnMessage = e.currentTarget.checked;
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 {
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