[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-10-22 11:11:58 +02:00
الأصل 59aae99168
التزام 8cb8b65553

عرض الملف

@@ -3754,8 +3754,15 @@ class RoomClient {
to_peer_name: 'all',
};
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}: <h1>${data.action}</h1>`,
'top',
);
}
}