@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.
@@ -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.downloadPost(ce));
27237
+ tasks.push(this.downloader.downloadPostContent(ce));
27238
27238
  }
27239
27239
  yield Promise.all(tasks);
27240
27240
  if (this.email) {