[mirotalksfu] - add moderator rule - cant chat with CahtGPT

هذا الالتزام موجود في:
Miroslav Pejic
2023-12-01 14:46:28 +01:00
الأصل c629bfabf2
التزام 85807004b2
7 ملفات معدلة مع 51 إضافات و0 حذوفات

عرض الملف

@@ -26,6 +26,7 @@ module.exports = class Room {
video_cant_unhide: false,
screen_cant_share: false,
chat_cant_privately: false,
chat_cant_chatgpt: false,
};
this.survey = config.survey;
this.redirect = config.redirect;
@@ -137,6 +138,9 @@ module.exports = class Room {
case 'chat_cant_privately':
this._moderator.chat_cant_privately = data.status;
break;
case 'chat_cant_chatgpt':
this._moderator.chat_cant_chatgpt = data.status;
break;
default:
break;
}