[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-10-22 12:51:51 +02:00
الأصل 17d77c2f08
التزام 2ad2dcb490

عرض الملف

@@ -3763,7 +3763,7 @@ class RoomClient {
};
this.showMessage(recAction);
if (!this.showChatOnMessage) {
this.msgHTML(null, image.recording, null, `${icons.user} ${data.peer_name}: <h1>${data.action}</h1>`);
this.msgHTML(null, image.recording, null, `${icons.user} ${data.peer_name} <br /> <h1>${data.action}</h1>`);
}
}