@bcc-code/vue-bcc-chat-ui 5.6.3 → 5.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vue-bcc-chat-ui.js
CHANGED
|
@@ -79435,7 +79435,7 @@ class cit {
|
|
|
79435
79435
|
}
|
|
79436
79436
|
ji = new WeakMap(), di = new WeakMap(), El = new WeakMap(), hu = new WeakMap(), $o = new WeakSet(), mh = function(t, r, n) {
|
|
79437
79437
|
const a = structuredClone(n) ?? {};
|
|
79438
|
-
a.chatVersion = "5.6.
|
|
79438
|
+
a.chatVersion = "5.6.4";
|
|
79439
79439
|
const i = {
|
|
79440
79440
|
logUid: window.crypto.randomUUID(),
|
|
79441
79441
|
correlationUid: Cr(this, El),
|
|
@@ -80328,7 +80328,7 @@ async function $it() {
|
|
|
80328
80328
|
text: eE(l, !0, !0),
|
|
80329
80329
|
type: l.getType(),
|
|
80330
80330
|
senderName: Lh(l),
|
|
80331
|
-
sentAt: l.getSentAt(),
|
|
80331
|
+
sentAt: new Date(l.getSentAt() * 1e3),
|
|
80332
80332
|
messageReceipts: void 0
|
|
80333
80333
|
}, R = {
|
|
80334
80334
|
chatUid: u.getGuid(),
|