@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.
- package/dist/public/channel/ChannelApp.pack.js +1 -0
- package/dist/public/channel/ChannelApp.pack.js.map +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js +1 -1
- package/dist/public/channel/ChannelApp.pack.min.js.map +1 -1
- package/dist/public/channel/pages/posts/ChannelPage.d.ts.map +1 -1
- package/dist/public/channel/pages/posts/ChannelPage.js +1 -0
- package/dist/public/channel/pages/posts/ChannelPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/public/channel/pages/posts/ChannelPage.tsx +1 -0
|
@@ -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;
|