fix: typo in RoomClient.sendMessageTo

هذا الالتزام موجود في:
Philipp Dormann
2023-01-16 16:43:52 +01:00
ملتزم من قبل GitHub
الأصل c330a9ffb9
التزام 1da3af8e2a

عرض الملف

@@ -2429,7 +2429,7 @@ class RoomClient {
if (!this.thereIsParticipants()) { if (!this.thereIsParticipants()) {
isChatPasteTxt = false; isChatPasteTxt = false;
this.cleanMessage(); this.cleanMessage();
return this.userLog('info', 'No participants in the room expect you', 'top-end'); return this.userLog('info', 'No participants in the room except you', 'top-end');
} }
Swal.fire({ Swal.fire({
background: swalBackground, background: swalBackground,