@social-mail/social-mail-client 1.8.281 → 1.8.282
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 -1
- 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.js +1 -1
- 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 -1
|
@@ -27234,7 +27234,7 @@ System.register(["tslib", "../../BlogService", "../../../../model/model", "@web-
|
|
|
27234
27234
|
}
|
|
27235
27235
|
const tasks = [];
|
|
27236
27236
|
for (const ce of result.items) {
|
|
27237
|
-
tasks.push(this.downloader.
|
|
27237
|
+
tasks.push(this.downloader.downloadPostContent(ce));
|
|
27238
27238
|
}
|
|
27239
27239
|
yield Promise.all(tasks);
|
|
27240
27240
|
if (this.email) {
|