@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.8.281",
3
+ "version": "1.8.282",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -151,7 +151,7 @@ export default class ChannelPage extends ContentPage {
151
151
 
152
152
  const tasks = [];
153
153
  for(const ce of result.items) {
154
- tasks.push(this.downloader.downloadPost(ce));
154
+ tasks.push(this.downloader.downloadPostContent(ce));
155
155
  }
156
156
 
157
157
  await Promise.all(tasks);