[mirotalksfu] - popup msg from if chat hidden

هذا الالتزام موجود في:
Miroslav Pejic
2022-11-22 12:00:24 +01:00
الأصل 3d0b1a4f59
التزام 6aa2dd84e2
2 ملفات معدلة مع 4 إضافات و1 حذوفات

عرض الملف

@@ -2382,6 +2382,9 @@ class RoomClient {
data.to_peer_id,
data.to_peer_name,
);
if (!this.showChatOnMessage) {
this.userLog('info', `💬 New message from: ${data.peer_name}`, 'top-end');
}
this.sound('message');
}