@social-mail/social-mail-client 1.8.292 → 1.8.293
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/admin/AdminAppIndex.pack.js +7 -4
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.js +7 -4
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +7 -4
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +7 -4
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/dist/web/page/mails/service/ConversationService.d.ts.map +1 -1
- package/dist/web/page/mails/service/ConversationService.js +7 -4
- package/dist/web/page/mails/service/ConversationService.js.map +1 -1
- package/package.json +1 -1
- package/src/web/page/mails/service/ConversationService.tsx +8 -4
|
@@ -24408,10 +24408,13 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
|
|
|
24408
24408
|
const iterator = node;
|
|
24409
24409
|
let cid = iterator.getAttribute("data-content-id");
|
|
24410
24410
|
if (cid) {
|
|
24411
|
-
const
|
|
24412
|
-
if (
|
|
24413
|
-
|
|
24414
|
-
a
|
|
24411
|
+
const src = iterator.getAttribute("src");
|
|
24412
|
+
if (!src.includes("/social-mail/c/e/")) {
|
|
24413
|
+
const a = (_b = mail.attachments) === null || _b === void 0 ? void 0 : _b.find(x => x.contentID === cid);
|
|
24414
|
+
if (a) {
|
|
24415
|
+
iterator.setAttribute("src", a.url);
|
|
24416
|
+
a.included = true;
|
|
24417
|
+
}
|
|
24415
24418
|
}
|
|
24416
24419
|
}
|
|
24417
24420
|
if (/^(IMG|VIDEO)$/.test(iterator.tagName)) {
|