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.
- package/bundles/asap-feed-beta.umd.js +2 -3
- package/bundles/asap-feed-beta.umd.js.map +1 -1
- package/bundles/asap-feed-beta.umd.min.js +1 -1
- package/bundles/asap-feed-beta.umd.min.js.map +1 -1
- package/esm2015/lib/feed-publication/feed-publication.component.js +3 -4
- package/esm5/lib/feed-publication/feed-publication.component.js +3 -4
- package/fesm2015/asap-feed-beta.js +2 -3
- package/fesm2015/asap-feed-beta.js.map +1 -1
- package/fesm5/asap-feed-beta.js +2 -3
- package/fesm5/asap-feed-beta.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
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
|
};
|