|
|
|
@ -867,10 +867,9 @@ function addLocalChat(msg, date, sendToPartner){
@@ -867,10 +867,9 @@ function addLocalChat(msg, date, sendToPartner){
|
|
|
|
|
//use this if you just want to send via socket without saving in db
|
|
|
|
|
sendChatToSocket(msg, date, msgId); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
fixChatScrollBarToBottom(); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixChatScrollBarToBottom(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
@ -1196,4 +1195,4 @@ function saveRecordedStream(chunk){
@@ -1196,4 +1195,4 @@ function saveRecordedStream(chunk){
|
|
|
|
|
let file = new File([blob], `__${moment().unix()}-record.webm`); |
|
|
|
|
|
|
|
|
|
saveAs(file); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|