@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.8.274",
3
+ "version": "1.8.275",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -185,7 +185,7 @@ export default class ChannelPage extends ContentPage {
185
185
  reactAction(email: IEmail, emoji) {
186
186
  const { headerMessageID } = email;
187
187
  const { channel: { emailAddress: { emailAddress }} } = this;
188
- const subject = `${emoji}:${Number(email.emailID).toString(36)}:${headerMessageID}`;
188
+ const subject = `${emoji}-k${BigInt(email.emailID).toString(36)}-${headerMessageID}`;
189
189
  const link = Mailto.create({ to: emailAddress, subject, body: emoji, inReplyTo: headerMessageID });
190
190
  // const link = `mailto:${channel.emailAddress.emailAddress}?subject=${subject}&body=${emoji}&in-reply-to=${headerMessageID}`;
191
191
  this.element.dispatchEvent(new CustomEvent("shareLink", {