@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.
@@ -24182,10 +24182,13 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
24182
24182
  const iterator = node;
24183
24183
  let cid = iterator.getAttribute("data-content-id");
24184
24184
  if (cid) {
24185
- const a = (_b = mail.attachments) === null || _b === void 0 ? void 0 : _b.find(x => x.contentID === cid);
24186
- if (a) {
24187
- iterator.setAttribute("src", a.url);
24188
- a.included = true;
24185
+ const src = iterator.getAttribute("src");
24186
+ if (!src.includes("/social-mail/c/e/")) {
24187
+ const a = (_b = mail.attachments) === null || _b === void 0 ? void 0 : _b.find(x => x.contentID === cid);
24188
+ if (a) {
24189
+ iterator.setAttribute("src", a.url);
24190
+ a.included = true;
24191
+ }
24189
24192
  }
24190
24193
  }
24191
24194
  if (/^(IMG|VIDEO)$/.test(iterator.tagName)) {