asap-feed-beta 12.7.3 → 12.7.4

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.
@@ -5929,14 +5929,13 @@
5929
5929
  }
5930
5930
  }));
5931
5931
  }
5932
+ console.log("share", data);
5932
5933
  this.publish(data).then((/**
5933
5934
  * @param {?} id
5934
5935
  * @return {?}
5935
5936
  */
5936
5937
  function (id) {
5937
- if (data.selected_users.length) {
5938
- _this.userService.usersChecked({ post_id: id, user_id: data.selected_users }).subscribe();
5939
- }
5938
+ _this.userService.usersChecked({ post_id: id, user_id: data.selected_users, comment: data.title, type: 'post' }, { comments: true }).subscribe();
5940
5939
  }));
5941
5940
  this.selectedUsers = [];
5942
5941
  };