@social-mail/social-mail-client 1.8.274 → 1.8.275

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.
@@ -27240,7 +27240,7 @@ System.register(["tslib", "../../BlogService", "../../../../model/model", "@web-
27240
27240
  }
27241
27241
  }
27242
27242
  } = this;
27243
- const subject = `${emoji}:${Number(email.emailID).toString(36)}:${headerMessageID}`;
27243
+ const subject = `${emoji}-k${BigInt(email.emailID).toString(36)}-${headerMessageID}`;
27244
27244
  const link = Mailto.create({
27245
27245
  to: emailAddress,
27246
27246
  subject,