@bcc-code/vue-bcc-chat-ui 3.7.1 → 3.7.2
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 +2 -2
- package/package.json +1 -1
package/dist/vue-bcc-chat-ui.js
CHANGED
|
@@ -74719,7 +74719,7 @@ async function Bit() {
|
|
|
74719
74719
|
};
|
|
74720
74720
|
});
|
|
74721
74721
|
}
|
|
74722
|
-
function Fp(e, t = !1, n = !
|
|
74722
|
+
function Fp(e, t = !1, n = !0) {
|
|
74723
74723
|
if (!e)
|
|
74724
74724
|
return "";
|
|
74725
74725
|
if (e.getDeletedAt() != null)
|
|
@@ -74732,7 +74732,7 @@ function Fp(e, t = !1, n = !1) {
|
|
|
74732
74732
|
case "media":
|
|
74733
74733
|
return r = t ? "🖼️ " : "", r + (e.getCaption() || o || "Media message");
|
|
74734
74734
|
case d.CometChatUIKitConstants.MessageTypes.image:
|
|
74735
|
-
return r = t ? "🖼️ " : "", r + (e.getCaption() ||
|
|
74735
|
+
return r = t ? "🖼️ " : "", r + (e.getCaption() || "Photo");
|
|
74736
74736
|
case d.CometChatUIKitConstants.MessageTypes.video:
|
|
74737
74737
|
return r = t ? "🎥 " : "", r + (e.getCaption() || o || "Video");
|
|
74738
74738
|
case d.CometChatUIKitConstants.MessageTypes.audio:
|