[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-01-02 16:41:56 +01:00
الأصل a27bff7e0c
التزام 4bdb80a7f2
2 ملفات معدلة مع 2 إضافات و2 حذوفات

عرض الملف

@@ -5855,7 +5855,7 @@ class RoomClient {
const avatarImg = getParticipantAvatar(peer_name);
const generateChatAboutHTML = (imgSrc, title, status = 'online', participants = '') => {
const isSensitiveChat = !['all', 'ChatGPT'].includes(peer_id);
const isSensitiveChat = !['all', 'ChatGPT'].includes(peer_id) && title.length > 15;
const truncatedTitle = isSensitiveChat ? `${title.substring(0, 10)}*****` : title;
return `
<img class="all-participants-img"