asap-feed-beta 12.7.2 → 12.7.3

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.
@@ -3419,7 +3419,7 @@ var FeedCommentsComponent = /** @class */ (function () {
3419
3419
  * @return {?}
3420
3420
  */
3421
3421
  function (user) { return user.id; }));
3422
- this.userService.usersChecked({ post_id: this.feed_id, user_id: selected_users, comment: comment, type: 'post' }, { comments: true }).subscribe();
3422
+ this.userService.usersChecked({ post_id: this.feed_id, user_id: selected_users, comment: comment, type: 'comment' }, { comments: true }).subscribe();
3423
3423
  this.onLoadingComment = true;
3424
3424
  collection.add(data);
3425
3425
  /** @type {?} */