@social-mail/social-mail-client 1.8.365 → 1.8.366

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.
@@ -27283,6 +27283,7 @@ System.register(["tslib", "../../BlogService", "../../../../model/model", "@web-
27283
27283
  }
27284
27284
  yield Promise.all(tasks);
27285
27285
  if (this.email) {
27286
+ document.title = this.email.email.subject;
27286
27287
  setTimeout(() => this.runAfterInit(() => {
27287
27288
  const pc = new PostComments(this.app, document.createElement("post-comments"));
27288
27289
  pc.channelEmail = this.email;