@social-mail/social-mail-client 1.4.112 → 1.4.114

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.
@@ -27579,7 +27579,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
27579
27579
  thread,
27580
27580
  email
27581
27581
  } = value;
27582
- const mail = email;
27582
+ const mail = email !== null && email !== void 0 ? email : thread.email;
27583
27583
  let html = email.htmlBody;
27584
27584
  if (!html) {
27585
27585
  c.render(XNode.create("div", null, XNode.create("div", {