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.
@@ -3637,7 +3637,7 @@
3637
3637
  * @return {?}
3638
3638
  */
3639
3639
  function (user) { return user.id; }));
3640
- this.userService.usersChecked({ post_id: this.feed_id, user_id: selected_users, comment: comment, type: 'post' }, { comments: true }).subscribe();
3640
+ this.userService.usersChecked({ post_id: this.feed_id, user_id: selected_users, comment: comment, type: 'comment' }, { comments: true }).subscribe();
3641
3641
  this.onLoadingComment = true;
3642
3642
  collection.add(data);
3643
3643
  /** @type {?} */