From 87a85f7407905f105ea28efad5bec3d85a239e4f Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 5 Sep 2022 13:06:43 +0200 Subject: [PATCH] [mirotalksfu] - improve chat --- public/js/RoomClient.js | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 57acb5df..ed99246b 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -2188,7 +2188,17 @@ class RoomClient {
${time}
${message} -
+
`; + // add btn direct reply to private message + if (fromId != this.peer_id) { + msgHTML += ` + `; + } + msgHTML += ` - `; - // add btn direct reply to private message - if (fromId != this.peer_id) { - msgHTML += ` - `; - } - msgHTML += `